Html Css Color HEX #D31800 Free Speech Red

📋 copy color: '#D31800'

red 211 ◦ green 24 ◦ blue 0

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

Shades of Free Speech Red #D31800

Tints of Free Speech Red #D31800

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.21%

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

R = 89.79%
G = 10.21%
B = 0%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D31800 (or 0xD31800) is known color: Free Speech Red. HEX triplet: D3, 18 and 00. RGB value is (211,24,0). Sum of RGB (Red+Green+Blue) = 211+24+0=235 (31% of max value = 765). Red value is 211 (82.81% from 255 or 89.79% from 235); Green value is 24 (9.77% from 255 or 10.21% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 211 - color contains mainly: red. Hex color #D31800 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31800 is #2CE7FF. Grayscale: #4D4D4D. Windows color (decimal): -2942976 or 6355. OLE color: 6355.

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

Color convert

RGB 211 24 0 -
CMYK 0 0.89 1 0.17
HSL 6.82º 1% 0.41% -
HSV(B) 6.82º 1% 0.83% -
XYZ 27.19 14.5 1.37 -
YUV 77.18 84.45 223.45 -
System Red Green Blue C M Y K H S L
Decimal 211 24 0 0 0.89 1 0.17 6.82 1 0.41
Hex D3 18 0 0 59 64 11 7 64 29
Octal 323 30 0 0 131 144 21 7 144 51
Binary 11010011 11000 0 0 1011001 1100100 10001 111 1100100 101001

Color Harmonies of #D31800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31800

Black with #D31800

Text Example


Text Example

White with #D31800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31800; }

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

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

background-color css

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

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

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

border-color css

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

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

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