Html Css Color HEX #D01409 Free Speech Red

📋 copy color: '#D01409'

red 208 ◦ green 20 ◦ blue 9

#D01409
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Red #D01409

Tints of Free Speech Red #D01409

RGB

 RED value IS 208 (81.64% from 255) = 87.76%

 GREEN value IS 20 (8.2% from 255) = 8.44%

 BLUE value IS 9 (3.91% from 255) = 3.8%

R = 87.76%
G = 8.44%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.18

RGB Variations

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

Color information

#D01409 (or 0xD01409) is known color: Free Speech Red. HEX triplet: D0, 14 and 09. RGB value is (208,20,9). Sum of RGB (Red+Green+Blue) = 208+20+9=237 (31% of max value = 765). Red value is 208 (81.64% from 255 or 87.76% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 9 (3.91% from 255 or 3.80% from 237); Max value from RGB is 208 - color contains mainly: red. Hex color #D01409 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01409 is #2FEBF6. Grayscale: #4B4B4B. Windows color (decimal): -3140599 or 595152. OLE color: 595152.

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

Color convert

RGB 208 20 9 -
CMYK 0 0.90 0.96 0.18
HSL 3.32º 0.92% 0.43% -
HSV(B) 3.32º 0.96% 0.82% -
XYZ 26.31 13.93 1.56 -
YUV 74.96 90.78 222.89 -
System Red Green Blue C M Y K H S L
Decimal 208 20 9 0 0.90 0.96 0.18 3.32 0.92 0.43
Hex D0 14 9 0 5A 60 12 3 5C 2B
Octal 320 24 11 0 132 140 22 3 134 53
Binary 11010000 10100 1001 0 1011010 1100000 10010 11 1011100 101011

Color Harmonies of #D01409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01409

Black with #D01409

Text Example


Text Example

White with #D01409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01409; }

 p { color: rgb(208,20,9); }

 H1.HeaderClassName
 {
   color: #D01409;
 }
 .AnyTagClassName
 {
   color: #D01409;
 }
</style>

background-color css

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

 a { background-color: rgb(208,20,9); }

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

border-color css

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

 span { border-color: rgb(208,20,9); }

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