Html Css Color HEX #D41404 Free Speech Red

📋 copy color: '#D41404'

red 212 ◦ green 20 ◦ blue 4

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

Shades of Free Speech Red #D41404

Tints of Free Speech Red #D41404

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 89.83%
G = 8.47%
B = 1.69%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D41404 (or 0xD41404) is known color: Free Speech Red. HEX triplet: D4, 14 and 04. RGB value is (212,20,4). Sum of RGB (Red+Green+Blue) = 212+20+4=236 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.83% from 236); Green value is 20 (8.20% from 255 or 8.47% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 212 - color contains mainly: red. Hex color #D41404 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41404 is #2BEBFB. Grayscale: #4B4B4B. Windows color (decimal): -2878460 or 267476. OLE color: 267476.

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

Color convert

RGB 212 20 4 -
CMYK 0 0.91 0.98 0.17
HSL 4.62º 0.96% 0.42% -
HSV(B) 4.62º 0.98% 0.83% -
XYZ 27.42 14.51 1.47 -
YUV 75.58 87.61 225.3 -
System Red Green Blue C M Y K H S L
Decimal 212 20 4 0 0.91 0.98 0.17 4.62 0.96 0.42
Hex D4 14 4 0 5B 62 11 5 60 2A
Octal 324 24 4 0 133 142 21 5 140 52
Binary 11010100 10100 100 0 1011011 1100010 10001 101 1100000 101010

Color Harmonies of #D41404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41404

Black with #D41404

Text Example


Text Example

White with #D41404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41404; }

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

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

background-color css

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

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

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

border-color css

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

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

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