Html Css Color HEX #D40A00 Free Speech Red

📋 copy color: '#D40A00'

red 212 ◦ green 10 ◦ blue 0

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

Shades of Free Speech Red #D40A00

Tints of Free Speech Red #D40A00

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 95.5%
G = 4.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D40A00 (or 0xD40A00) is known color: Free Speech Red. HEX triplet: D4, 0A and 00. RGB value is (212,10,0). Sum of RGB (Red+Green+Blue) = 212+10+0=222 (29% of max value = 765). Red value is 212 (83.20% from 255 or 95.50% from 222); Green value is 10 (4.30% from 255 or 4.50% from 222); Blue value is 0 (0.39% from 255 or 0% from 222); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40A00 is #2BF5FF. Grayscale: #454545. Windows color (decimal): -2881024 or 2772. OLE color: 2772.

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

Color convert

RGB 212 10 0 -
CMYK 0 0.95 1 0.17
HSL 2.83º 1% 0.42% -
HSV(B) 2.83º 1% 0.83% -
XYZ 27.26 14.21 1.31 -
YUV 69.26 88.92 229.81 -
System Red Green Blue C M Y K H S L
Decimal 212 10 0 0 0.95 1 0.17 2.83 1 0.42
Hex D4 A 0 0 5F 64 11 3 64 2A
Octal 324 12 0 0 137 144 21 3 144 52
Binary 11010100 1010 0 0 1011111 1100100 10001 11 1100100 101010

Color Harmonies of #D40A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A00

Black with #D40A00

Text Example


Text Example

White with #D40A00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A00; }

 p { color: rgb(212,10,0); }

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

background-color css

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

 a { background-color: rgb(212,10,0); }

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

border-color css

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

 span { border-color: rgb(212,10,0); }

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