Html Css Color HEX #D31200 Free Speech Red

📋 copy color: '#D31200'

red 211 ◦ green 18 ◦ blue 0

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

Shades of Free Speech Red #D31200

Tints of Free Speech Red #D31200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.14%
G = 7.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D31200 (or 0xD31200) is known color: Free Speech Red. HEX triplet: D3, 12 and 00. RGB value is (211,18,0). Sum of RGB (Red+Green+Blue) = 211+18+0=229 (30% of max value = 765). Red value is 211 (82.81% from 255 or 92.14% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 211 - color contains mainly: red. Hex color #D31200 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31200 is #2CEDFF. Grayscale: #494949. Windows color (decimal): -2944512 or 4819. OLE color: 4819.

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

Color convert

RGB 211 18 0 -
CMYK 0 0.91 1 0.17
HSL 5.12º 1% 0.41% -
HSV(B) 5.12º 1% 0.83% -
XYZ 27.08 14.28 1.33 -
YUV 73.66 86.44 225.96 -
System Red Green Blue C M Y K H S L
Decimal 211 18 0 0 0.91 1 0.17 5.12 1 0.41
Hex D3 12 0 0 5B 64 11 5 64 29
Octal 323 22 0 0 133 144 21 5 144 51
Binary 11010011 10010 0 0 1011011 1100100 10001 101 1100100 101001

Color Harmonies of #D31200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31200

Black with #D31200

Text Example


Text Example

White with #D31200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31200; }

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

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

background-color css

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

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

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

border-color css

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

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

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