Html Css Color HEX #D40E00 Free Speech Red

📋 copy color: '#D40E00'

red 212 ◦ green 14 ◦ blue 0

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

Shades of Free Speech Red #D40E00

Tints of Free Speech Red #D40E00

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.19%

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

R = 93.81%
G = 6.19%
B = 0%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 1

 K value IS 0.17

RGB Variations

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

Color information

#D40E00 (or 0xD40E00) is known color: Free Speech Red. HEX triplet: D4, 0E and 00. RGB value is (212,14,0). Sum of RGB (Red+Green+Blue) = 212+14+0=226 (29% of max value = 765). Red value is 212 (83.20% from 255 or 93.81% from 226); Green value is 14 (5.86% from 255 or 6.19% from 226); Blue value is 0 (0.39% from 255 or 0% from 226); Max value from RGB is 212 - color contains mainly: red. Hex color #D40E00 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D40E00 is #2BF1FF. Grayscale: #474747. Windows color (decimal): -2880000 or 3796. OLE color: 3796.

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

Color convert

RGB 212 14 0 -
CMYK 0 0.93 1 0.17
HSL 3.96º 1% 0.42% -
HSV(B) 3.96º 1% 0.83% -
XYZ 27.31 14.31 1.32 -
YUV 71.61 87.6 228.14 -
System Red Green Blue C M Y K H S L
Decimal 212 14 0 0 0.93 1 0.17 3.96 1 0.42
Hex D4 E 0 0 5D 64 11 4 64 2A
Octal 324 16 0 0 135 144 21 4 144 52
Binary 11010100 1110 0 0 1011101 1100100 10001 100 1100100 101010

Color Harmonies of #D40E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40E00

Black with #D40E00

Text Example


Text Example

White with #D40E00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40E00; }

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

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

background-color css

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

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

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

border-color css

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

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

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