Html Css Color HEX #D01411 Free Speech Red

📋 copy color: '#D01411'

red 208 ◦ green 20 ◦ blue 17

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

Shades of Free Speech Red #D01411

Tints of Free Speech Red #D01411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.94%

R = 84.9%
G = 8.16%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#D01411 (or 0xD01411) is known color: Free Speech Red. HEX triplet: D0, 14 and 11. RGB value is (208,20,17). Sum of RGB (Red+Green+Blue) = 208+20+17=245 (32% of max value = 765). Red value is 208 (81.64% from 255 or 84.90% from 245); Green value is 20 (8.20% from 255 or 8.16% from 245); Blue value is 17 (7.03% from 255 or 6.94% from 245); Max value from RGB is 208 - color contains mainly: red. Hex color #D01411 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D01411 is #2FEBEE. Grayscale: #4C4C4C. Windows color (decimal): -3140591 or 1119440. OLE color: 1119440.

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

Color convert

RGB 208 20 17 -
CMYK 0 0.90 0.92 0.18
HSL 0.94º 0.85% 0.44% -
HSV(B) 0.94º 0.92% 0.82% -
XYZ 26.36 13.95 1.83 -
YUV 75.87 94.78 222.24 -
System Red Green Blue C M Y K H S L
Decimal 208 20 17 0 0.90 0.92 0.18 0.94 0.85 0.44
Hex D0 14 11 0 5A 5C 12 1 55 2C
Octal 320 24 21 0 132 134 22 1 125 54
Binary 11010000 10100 10001 0 1011010 1011100 10010 1 1010101 101100

Color Harmonies of #D01411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D01411

Black with #D01411

Text Example


Text Example

White with #D01411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D01411; }

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

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

background-color css

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

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

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

border-color css

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

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

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