Html Css Color HEX #D40A27 Fire Engine Red

📋 copy color: '#D40A27'

red 212 ◦ green 10 ◦ blue 39

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

Shades of Fire Engine Red #D40A27

Tints of Fire Engine Red #D40A27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.94%

R = 81.23%
G = 3.83%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D40A27 (or 0xD40A27) is known color: Fire Engine Red. HEX triplet: D4, 0A and 27. RGB value is (212,10,39). Sum of RGB (Red+Green+Blue) = 212+10+39=261 (34% of max value = 765). Red value is 212 (83.20% from 255 or 81.23% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 39 (15.62% from 255 or 14.94% from 261); Max value from RGB is 212 - color contains mainly: red. Hex color #D40A27 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40A27 is #2BF5D8. Grayscale: #494949. Windows color (decimal): -2880985 or 2558676. OLE color: 2558676.

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

Color convert

RGB 212 10 39 -
CMYK 0 0.95 0.82 0.17
HSL 351.39º 0.91% 0.44% -
HSV(B) 351.39º 0.95% 0.83% -
XYZ 27.63 14.36 3.24 -
YUV 73.7 108.42 226.64 -
System Red Green Blue C M Y K H S L
Decimal 212 10 39 0 0.95 0.82 0.17 351.39 0.91 0.44
Hex D4 A 27 0 5F 52 11 15F 5B 2C
Octal 324 12 47 0 137 122 21 537 133 54
Binary 11010100 1010 100111 0 1011111 1010010 10001 101011111 1011011 101100

Color Harmonies of #D40A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40A27

Black with #D40A27

Text Example


Text Example

White with #D40A27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40A27; }

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

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

background-color css

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

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

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

border-color css

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

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

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