#d41309

Color #D41309 Free Speech Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Red #D41309

Tints of Free Speech Red #D41309

Color information

#D41309 (or 0xD41309) is unknown color: approx Free Speech Red. HEX triplet: D4, 13 and 09. RGB value is (212,19,9). Sum of RGB (Red+Green+Blue) = 212+19+9=240 (31% of max value = 765). Red value is 212 (83.20% from 255 or 88.33% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 9 (3.91% from 255 or 3.75% from 240); Max value from RGB is 212 - color contains mainly: red. Hex color #D41309 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41309 is #2BECF6. Grayscale: #4B4B4B. Windows color (decimal): -2878711 or 594900. OLE color: 594900.

HSL color Cylindrical-coordinate representation of color #D41309: hue angle of 2.96º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D41309 is Cyan = 0, Magento = 0.91, Yellow = 0.96 and Black (K on CMYK) = 0.17.

Color convert

RGB212199-
CMYK00.910.960.17
HSL2.96º91.86%43.33%-
HSV(B)2.96º95.75%83.14%-
XYZ27.4314.481.61-
YUV75.5790.44225.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 212 (83.20% from 255) = 88.33%
GREEN value IS 19 (7.81% from 255) = 7.92%
BLUE value IS 9 (3.91% from 255) = 3.75%
R=88.33%
G=7.92%
B=3.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.96
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219900.910.960.172.9691.8643.33
HexD413905B601135c2b
Octal3242311013314021313453
Binary1101010010011100101011011110000010001111011100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d41309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d41309; }

 p { color: rgb(212,19,9); }

 H1.HeaderClassName
 {
   color: #d41309;
 }
 .AnyTagClassName
 {
   color: #d41309;
 }
</style>
background-color css

<style>
 a { background-color: #d41309; }

 a { background-color: rgb(212,19,9); }

 div.DivClassName
 {
   background-color: #d41309;
 }
 .BgClassName
 {
   background-color: #d41309;
 }
</style>
border-color css

<style>
 span { border-color: #d41309; }

 span { border-color: rgb(212,19,9); }

 td.TdClassName
 {
   border-color: #d41309;
 }
 .TagClassName
 {
   border-color: #d41309;
 }
</style>