Html Css Color HEX #D41801 Free Speech Red

📋 copy color: '#D41801'

red 212 ◦ green 24 ◦ blue 1

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

Shades of Free Speech Red #D41801

Tints of Free Speech Red #D41801

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.13%

 BLUE value IS 1 (0.78% from 255) = 0.42%

R = 89.45%
G = 10.13%
B = 0.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D41801 (or 0xD41801) is known color: Free Speech Red. HEX triplet: D4, 18 and 01. RGB value is (212,24,1). Sum of RGB (Red+Green+Blue) = 212+24+1=237 (31% of max value = 765). Red value is 212 (83.20% from 255 or 89.45% from 237); Green value is 24 (9.77% from 255 or 10.13% from 237); Blue value is 1 (0.78% from 255 or 0.42% from 237); Max value from RGB is 212 - color contains mainly: red. Hex color #D41801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D41801 is #2BE7FE. Grayscale: #4D4D4D. Windows color (decimal): -2877439 or 71892. OLE color: 71892.

HSL color Cylindrical-coordinate representation of color #D41801: hue angle of 6.54º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D41801 is Cyan = 0, Magento = 0.89, Yellow = 1.00 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 24 1 -
CMYK 0 0.89 1.00 0.17
HSL 6.54º 0.99% 0.42% -
HSV(B) 6.54º 1% 0.83% -
XYZ 27.48 14.65 1.41 -
YUV 77.59 84.78 223.87 -
System Red Green Blue C M Y K H S L
Decimal 212 24 1 0 0.89 1.00 0.17 6.54 0.99 0.42
Hex D4 18 1 0 59 64 11 7 63 2A
Octal 324 30 1 0 131 144 21 7 143 52
Binary 11010100 11000 1 0 1011001 1100100 10001 111 1100011 101010

Color Harmonies of #D41801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41801

Black with #D41801

Text Example


Text Example

White with #D41801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41801; }

 p { color: rgb(212,24,1); }

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

background-color css

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

 a { background-color: rgb(212,24,1); }

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

border-color css

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

 span { border-color: rgb(212,24,1); }

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