Html Css Color HEX #D51008 Free Speech Red

📋 copy color: '#D51008'

red 213 ◦ green 16 ◦ blue 8

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

Shades of Free Speech Red #D51008

Tints of Free Speech Red #D51008

RGB

 RED value IS 213 (83.59% from 255) = 89.87%

 GREEN value IS 16 (6.64% from 255) = 6.75%

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

R = 89.87%
G = 6.75%
B = 3.38%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.96

 K value IS 0.16

RGB Variations

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

Color information

#D51008 (or 0xD51008) is known color: Free Speech Red. HEX triplet: D5, 10 and 08. RGB value is (213,16,8). Sum of RGB (Red+Green+Blue) = 213+16+8=237 (31% of max value = 765). Red value is 213 (83.59% from 255 or 89.87% from 237); Green value is 16 (6.64% from 255 or 6.75% from 237); Blue value is 8 (3.52% from 255 or 3.38% from 237); Max value from RGB is 213 - color contains mainly: red. Hex color #D51008 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D51008 is #2AEFF7. Grayscale: #4A4A4A. Windows color (decimal): -2813944 or 528597. OLE color: 528597.

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

Color convert

RGB 213 16 8 -
CMYK 0 0.92 0.96 0.16
HSL 2.34º 0.93% 0.43% -
HSV(B) 2.34º 0.96% 0.84% -
XYZ 27.67 14.53 1.58 -
YUV 73.99 90.77 227.15 -
System Red Green Blue C M Y K H S L
Decimal 213 16 8 0 0.92 0.96 0.16 2.34 0.93 0.43
Hex D5 10 8 0 5C 60 10 2 5D 2B
Octal 325 20 10 0 134 140 20 2 135 53
Binary 11010101 10000 1000 0 1011100 1100000 10000 10 1011101 101011

Color Harmonies of #D51008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D51008

Black with #D51008

Text Example


Text Example

White with #D51008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D51008; }

 p { color: rgb(213,16,8); }

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

background-color css

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

 a { background-color: rgb(213,16,8); }

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

border-color css

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

 span { border-color: rgb(213,16,8); }

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