Html Css Color HEX #D31406 Free Speech Red

📋 copy color: '#D31406'

red 211 ◦ green 20 ◦ blue 6

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

Shades of Free Speech Red #D31406

Tints of Free Speech Red #D31406

RGB

 RED value IS 211 (82.81% from 255) = 89.03%

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

 BLUE value IS 6 (2.73% from 255) = 2.53%

R = 89.03%
G = 8.44%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.97

 K value IS 0.17

RGB Variations

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

Color information

#D31406 (or 0xD31406) is known color: Free Speech Red. HEX triplet: D3, 14 and 06. RGB value is (211,20,6). Sum of RGB (Red+Green+Blue) = 211+20+6=237 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.03% from 237); Green value is 20 (8.20% from 255 or 8.44% from 237); Blue value is 6 (2.73% from 255 or 2.53% from 237); Max value from RGB is 211 - color contains mainly: red. Hex color #D31406 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31406 is #2CEBF9. Grayscale: #4B4B4B. Windows color (decimal): -2943994 or 398547. OLE color: 398547.

HSL color Cylindrical-coordinate representation of color #D31406: hue angle of 4.1º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D31406 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 20 6 -
CMYK 0 0.91 0.97 0.17
HSL 4.1º 0.94% 0.43% -
HSV(B) 4.1º 0.97% 0.83% -
XYZ 27.15 14.36 1.51 -
YUV 75.51 88.78 224.64 -
System Red Green Blue C M Y K H S L
Decimal 211 20 6 0 0.91 0.97 0.17 4.1 0.94 0.43
Hex D3 14 6 0 5B 61 11 4 5E 2B
Octal 323 24 6 0 133 141 21 4 136 53
Binary 11010011 10100 110 0 1011011 1100001 10001 100 1011110 101011

Color Harmonies of #D31406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31406

Black with #D31406

Text Example


Text Example

White with #D31406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31406; }

 p { color: rgb(211,20,6); }

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

background-color css

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

 a { background-color: rgb(211,20,6); }

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

border-color css

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

 span { border-color: rgb(211,20,6); }

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