Html Css Color HEX #D41311 Free Speech Red

📋 copy color: '#D41311'

red 212 ◦ green 19 ◦ blue 17

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

Shades of Free Speech Red #D41311

Tints of Free Speech Red #D41311

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.66%

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 85.48%
G = 7.66%
B = 6.85%

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

#D41311 (or 0xD41311) is known color: Free Speech Red. HEX triplet: D4, 13 and 11. RGB value is (212,19,17). Sum of RGB (Red+Green+Blue) = 212+19+17=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 19 (7.81% from 255 or 7.66% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D41311 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41311 is #2BECEE. Grayscale: #4C4C4C. Windows color (decimal): -2878703 or 1119188. OLE color: 1119188.

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

Color convert

RGB 212 19 17 -
CMYK 0 0.91 0.92 0.17
HSL 0.62º 0.85% 0.45% -
HSV(B) 0.62º 0.92% 0.83% -
XYZ 27.49 14.5 1.88 -
YUV 76.48 94.44 224.66 -
System Red Green Blue C M Y K H S L
Decimal 212 19 17 0 0.91 0.92 0.17 0.62 0.85 0.45
Hex D4 13 11 0 5B 5C 11 1 55 2D
Octal 324 23 21 0 133 134 21 1 125 55
Binary 11010100 10011 10001 0 1011011 1011100 10001 1 1010101 101101

Color Harmonies of #D41311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41311

Black with #D41311

Text Example


Text Example

White with #D41311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41311; }

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

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

background-color css

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

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

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

border-color css

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

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

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