Html Css Color HEX #D41110 Free Speech Red

📋 copy color: '#D41110'

red 212 ◦ green 17 ◦ blue 16

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

Shades of Free Speech Red #D41110

Tints of Free Speech Red #D41110

RGB

 RED value IS 212 (83.2% from 255) = 86.53%

 GREEN value IS 17 (7.03% from 255) = 6.94%

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

R = 86.53%
G = 6.94%
B = 6.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#D41110 (or 0xD41110) is known color: Free Speech Red. HEX triplet: D4, 11 and 10. RGB value is (212,17,16). Sum of RGB (Red+Green+Blue) = 212+17+16=245 (32% of max value = 765). Red value is 212 (83.20% from 255 or 86.53% from 245); Green value is 17 (7.03% from 255 or 6.94% from 245); Blue value is 16 (6.64% from 255 or 6.53% from 245); Max value from RGB is 212 - color contains mainly: red. Hex color #D41110 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41110 is #2BEEEF. Grayscale: #4B4B4B. Windows color (decimal): -2879216 or 1053140. OLE color: 1053140.

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

Color convert

RGB 212 17 16 -
CMYK 0 0.92 0.92 0.17
HSL 0.31º 0.86% 0.45% -
HSV(B) 0.31º 0.92% 0.83% -
XYZ 27.45 14.44 1.83 -
YUV 75.19 94.6 225.58 -
System Red Green Blue C M Y K H S L
Decimal 212 17 16 0 0.92 0.92 0.17 0.31 0.86 0.45
Hex D4 11 10 0 5C 5C 11 0 56 2D
Octal 324 21 20 0 134 134 21 0 126 55
Binary 11010100 10001 10000 0 1011100 1011100 10001 0 1010110 101101

Color Harmonies of #D41110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41110

Black with #D41110

Text Example


Text Example

White with #D41110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41110; }

 p { color: rgb(212,17,16); }

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

background-color css

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

 a { background-color: rgb(212,17,16); }

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

border-color css

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

 span { border-color: rgb(212,17,16); }

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