Html Css Color HEX #D31206 Free Speech Red

📋 copy color: '#D31206'

red 211 ◦ green 18 ◦ blue 6

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

Shades of Free Speech Red #D31206

Tints of Free Speech Red #D31206

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.66%

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

R = 89.79%
G = 7.66%
B = 2.55%

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

#D31206 (or 0xD31206) is known color: Free Speech Red. HEX triplet: D3, 12 and 06. RGB value is (211,18,6). Sum of RGB (Red+Green+Blue) = 211+18+6=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 6 (2.73% from 255 or 2.55% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D31206 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31206 is #2CEDF9. Grayscale: #4A4A4A. Windows color (decimal): -2944506 or 398035. OLE color: 398035.

HSL color Cylindrical-coordinate representation of color #D31206: hue angle of 3.51º 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 #D31206 is Cyan = 0, Magento = 0.91, Yellow = 0.97 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 18 6 -
CMYK 0 0.91 0.97 0.17
HSL 3.51º 0.94% 0.43% -
HSV(B) 3.51º 0.97% 0.83% -
XYZ 27.11 14.29 1.5 -
YUV 74.34 89.44 225.48 -
System Red Green Blue C M Y K H S L
Decimal 211 18 6 0 0.91 0.97 0.17 3.51 0.94 0.43
Hex D3 12 6 0 5B 61 11 4 5E 2B
Octal 323 22 6 0 133 141 21 4 136 53
Binary 11010011 10010 110 0 1011011 1100001 10001 100 1011110 101011

Color Harmonies of #D31206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31206

Black with #D31206

Text Example


Text Example

White with #D31206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31206; }

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

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

background-color css

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

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

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

border-color css

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

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

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