Html Css Color HEX #D41604 Free Speech Red

📋 copy color: '#D41604'

red 212 ◦ green 22 ◦ blue 4

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

Shades of Free Speech Red #D41604

Tints of Free Speech Red #D41604

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.24%

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

R = 89.08%
G = 9.24%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#D41604 (or 0xD41604) is known color: Free Speech Red. HEX triplet: D4, 16 and 04. RGB value is (212,22,4). Sum of RGB (Red+Green+Blue) = 212+22+4=238 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.08% from 238); Green value is 22 (8.98% from 255 or 9.24% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 212 - color contains mainly: red. Hex color #D41604 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41604 is #2BE9FB. Grayscale: #4D4D4D. Windows color (decimal): -2877948 or 267988. OLE color: 267988.

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

Color convert

RGB 212 22 4 -
CMYK 0 0.90 0.98 0.17
HSL 5.19º 0.96% 0.42% -
HSV(B) 5.19º 0.98% 0.83% -
XYZ 27.46 14.58 1.48 -
YUV 76.76 86.95 224.46 -
System Red Green Blue C M Y K H S L
Decimal 212 22 4 0 0.90 0.98 0.17 5.19 0.96 0.42
Hex D4 16 4 0 5A 62 11 5 60 2A
Octal 324 26 4 0 132 142 21 5 140 52
Binary 11010100 10110 100 0 1011010 1100010 10001 101 1100000 101010

Color Harmonies of #D41604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41604

Black with #D41604

Text Example


Text Example

White with #D41604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41604; }

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

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

background-color css

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

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

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

border-color css

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

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

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