Html Css Color HEX #D41410 Free Speech Red

📋 copy color: '#D41410'

red 212 ◦ green 20 ◦ blue 16

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

Shades of Free Speech Red #D41410

Tints of Free Speech Red #D41410

RGB

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

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

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

R = 85.48%
G = 8.06%
B = 6.45%

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

#D41410 (or 0xD41410) is known color: Free Speech Red. HEX triplet: D4, 14 and 10. RGB value is (212,20,16). Sum of RGB (Red+Green+Blue) = 212+20+16=248 (32% of max value = 765). Red value is 212 (83.20% from 255 or 85.48% from 248); Green value is 20 (8.20% from 255 or 8.06% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 212 - color contains mainly: red. Hex color #D41410 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41410 is #2BEBEF. Grayscale: #4D4D4D. Windows color (decimal): -2878448 or 1053908. OLE color: 1053908.

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

Color convert

RGB 212 20 16 -
CMYK 0 0.91 0.92 0.17
HSL 1.22º 0.86% 0.45% -
HSV(B) 1.22º 0.92% 0.83% -
XYZ 27.5 14.53 1.85 -
YUV 76.95 93.61 224.33 -
System Red Green Blue C M Y K H S L
Decimal 212 20 16 0 0.91 0.92 0.17 1.22 0.86 0.45
Hex D4 14 10 0 5B 5C 11 1 56 2D
Octal 324 24 20 0 133 134 21 1 126 55
Binary 11010100 10100 10000 0 1011011 1011100 10001 1 1010110 101101

Color Harmonies of #D41410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41410

Black with #D41410

Text Example


Text Example

White with #D41410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41410; }

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

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

background-color css

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

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

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

border-color css

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

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

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