Html Css Color HEX #D71408 Free Speech Red

📋 copy color: '#D71408'

red 215 ◦ green 20 ◦ blue 8

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

Shades of Free Speech Red #D71408

Tints of Free Speech Red #D71408

RGB

 RED value IS 215 (84.38% from 255) = 88.48%

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

 BLUE value IS 8 (3.52% from 255) = 3.29%

R = 88.48%
G = 8.23%
B = 3.29%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D71408 (or 0xD71408) is known color: Free Speech Red. HEX triplet: D7, 14 and 08. RGB value is (215,20,8). Sum of RGB (Red+Green+Blue) = 215+20+8=243 (32% of max value = 765). Red value is 215 (84.38% from 255 or 88.48% from 243); Green value is 20 (8.20% from 255 or 8.23% from 243); Blue value is 8 (3.52% from 255 or 3.29% from 243); Max value from RGB is 215 - color contains mainly: red. Hex color #D71408 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D71408 is #28EBF7. Grayscale: #4D4D4D. Windows color (decimal): -2681848 or 529623. OLE color: 529623.

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

Color convert

RGB 215 20 8 -
CMYK 0 0.91 0.96 0.16
HSL 3.48º 0.93% 0.44% -
HSV(B) 3.48º 0.96% 0.84% -
XYZ 28.32 14.96 1.63 -
YUV 76.94 89.1 226.48 -
System Red Green Blue C M Y K H S L
Decimal 215 20 8 0 0.91 0.96 0.16 3.48 0.93 0.44
Hex D7 14 8 0 5B 60 10 3 5D 2C
Octal 327 24 10 0 133 140 20 3 135 54
Binary 11010111 10100 1000 0 1011011 1100000 10000 11 1011101 101100

Color Harmonies of #D71408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D71408

Black with #D71408

Text Example


Text Example

White with #D71408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D71408; }

 p { color: rgb(215,20,8); }

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

background-color css

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

 a { background-color: rgb(215,20,8); }

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

border-color css

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

 span { border-color: rgb(215,20,8); }

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