Html Css Color HEX #D31410 Free Speech Red

📋 copy color: '#D31410'

red 211 ◦ green 20 ◦ blue 16

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

Shades of Free Speech Red #D31410

Tints of Free Speech Red #D31410

RGB

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

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

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

R = 85.43%
G = 8.1%
B = 6.48%

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

#D31410 (or 0xD31410) is known color: Free Speech Red. HEX triplet: D3, 14 and 10. RGB value is (211,20,16). Sum of RGB (Red+Green+Blue) = 211+20+16=247 (32% of max value = 765). Red value is 211 (82.81% from 255 or 85.43% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 211 - color contains mainly: red. Hex color #D31410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D31410 is #2CEBEF. Grayscale: #4C4C4C. Windows color (decimal): -2943984 or 1053907. OLE color: 1053907.

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

Color convert

RGB 211 20 16 -
CMYK 0 0.91 0.92 0.17
HSL 1.23º 0.86% 0.45% -
HSV(B) 1.23º 0.92% 0.83% -
XYZ 27.21 14.39 1.83 -
YUV 76.65 93.78 223.83 -
System Red Green Blue C M Y K H S L
Decimal 211 20 16 0 0.91 0.92 0.17 1.23 0.86 0.45
Hex D3 14 10 0 5B 5C 11 1 56 2D
Octal 323 24 20 0 133 134 21 1 126 55
Binary 11010011 10100 10000 0 1011011 1011100 10001 1 1010110 101101

Color Harmonies of #D31410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31410

Black with #D31410

Text Example


Text Example

White with #D31410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31410; }

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

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

background-color css

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

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

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

border-color css

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

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

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