Html Css Color HEX #D31210 Free Speech Red

📋 copy color: '#D31210'

red 211 ◦ green 18 ◦ blue 16

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

Shades of Free Speech Red #D31210

Tints of Free Speech Red #D31210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.53%

R = 86.12%
G = 7.35%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D31210 (or 0xD31210) is known color: Free Speech Red. HEX triplet: D3, 12 and 10. RGB value is (211,18,16). Sum of RGB (Red+Green+Blue) = 211+18+16=245 (32% of max value = 765). Red value is 211 (82.81% from 255 or 86.12% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 211 - color contains mainly: red. Hex color #D31210 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31210 is #2CEDEF. Grayscale: #4B4B4B. Windows color (decimal): -2944496 or 1053395. OLE color: 1053395.

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

Color convert

RGB 211 18 16 -
CMYK 0 0.91 0.92 0.17
HSL 0.62º 0.86% 0.45% -
HSV(B) 0.62º 0.92% 0.83% -
XYZ 27.17 14.32 1.82 -
YUV 75.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 211 18 16 0 0.91 0.92 0.17 0.62 0.86 0.45
Hex D3 12 10 0 5B 5C 11 1 56 2D
Octal 323 22 20 0 133 134 21 1 126 55
Binary 11010011 10010 10000 0 1011011 1011100 10001 1 1010110 101101

Color Harmonies of #D31210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31210

Black with #D31210

Text Example


Text Example

White with #D31210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31210; }

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

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

background-color css

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

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

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

border-color css

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

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

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