Html Css Color HEX #D40801 Free Speech Red

📋 copy color: '#D40801'

red 212 ◦ green 8 ◦ blue 1

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

Shades of Free Speech Red #D40801

Tints of Free Speech Red #D40801

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.62%

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

R = 95.93%
G = 3.62%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 1.00

 K value IS 0.17

RGB Variations

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

Color information

#D40801 (or 0xD40801) is known color: Free Speech Red. HEX triplet: D4, 08 and 01. RGB value is (212,8,1). Sum of RGB (Red+Green+Blue) = 212+8+1=221 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.93% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 212 - color contains mainly: red. Hex color #D40801 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40801 is #2BF7FE. Grayscale: #444444. Windows color (decimal): -2881535 or 67796. OLE color: 67796.

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

Color convert

RGB 212 8 1 -
CMYK 0 0.96 1.00 0.17
HSL 1.99º 0.99% 0.42% -
HSV(B) 1.99º 1% 0.83% -
XYZ 27.24 14.17 1.33 -
YUV 68.2 90.09 230.57 -
System Red Green Blue C M Y K H S L
Decimal 212 8 1 0 0.96 1.00 0.17 1.99 0.99 0.42
Hex D4 8 1 0 60 64 11 2 63 2A
Octal 324 10 1 0 140 144 21 2 143 52
Binary 11010100 1000 1 0 1100000 1100100 10001 10 1100011 101010

Color Harmonies of #D40801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40801

Black with #D40801

Text Example


Text Example

White with #D40801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40801; }

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

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

background-color css

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

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

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

border-color css

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

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

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