Html Css Color HEX #D01412 Free Speech Red

📋 copy color: '#D01412'

red 208 ◦ green 20 ◦ blue 18

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

Shades of Free Speech Red #D01412

Tints of Free Speech Red #D01412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.32%

R = 84.55%
G = 8.13%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.91

 K value IS 0.18

RGB Variations

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

Color information

#D01412 (or 0xD01412) is known color: Free Speech Red. HEX triplet: D0, 14 and 12. RGB value is (208,20,18). Sum of RGB (Red+Green+Blue) = 208+20+18=246 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.55% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 208 - color contains mainly: red. Hex color #D01412 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01412 is #2FEBED. Grayscale: #4C4C4C. Windows color (decimal): -3140590 or 1184976. OLE color: 1184976.

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

Color convert

RGB 208 20 18 -
CMYK 0 0.90 0.91 0.18
HSL 0.63º 0.84% 0.44% -
HSV(B) 0.63º 0.91% 0.82% -
XYZ 26.37 13.95 1.88 -
YUV 75.98 95.28 222.16 -
System Red Green Blue C M Y K H S L
Decimal 208 20 18 0 0.90 0.91 0.18 0.63 0.84 0.44
Hex D0 14 12 0 5A 5B 12 1 54 2C
Octal 320 24 22 0 132 133 22 1 124 54
Binary 11010000 10100 10010 0 1011010 1011011 10010 1 1010100 101100

Color Harmonies of #D01412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01412

Black with #D01412

Text Example


Text Example

White with #D01412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01412; }

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

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

background-color css

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

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

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

border-color css

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

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

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