Html Css Color HEX #D40825 Fire Engine Red

📋 copy color: '#D40825'

red 212 ◦ green 8 ◦ blue 37

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

Shades of Fire Engine Red #D40825

Tints of Fire Engine Red #D40825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 82.49%
G = 3.11%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.17

RGB Variations

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

Color information

#D40825 (or 0xD40825) is known color: Fire Engine Red. HEX triplet: D4, 08 and 25. RGB value is (212,8,37). Sum of RGB (Red+Green+Blue) = 212+8+37=257 (34% of max value = 765). Red value is 212 (83.20% from 255 or 82.49% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 212 - color contains mainly: red. Hex color #D40825 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40825 is #2BF7DA. Grayscale: #484848. Windows color (decimal): -2881499 or 2427092. OLE color: 2427092.

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

Color convert

RGB 212 8 37 -
CMYK 0 0.96 0.83 0.17
HSL 351.47º 0.93% 0.43% -
HSV(B) 351.47º 0.96% 0.83% -
XYZ 27.57 14.3 3.06 -
YUV 72.3 108.09 227.64 -
System Red Green Blue C M Y K H S L
Decimal 212 8 37 0 0.96 0.83 0.17 351.47 0.93 0.43
Hex D4 8 25 0 60 53 11 15F 5D 2B
Octal 324 10 45 0 140 123 21 537 135 53
Binary 11010100 1000 100101 0 1100000 1010011 10001 101011111 1011101 101011

Color Harmonies of #D40825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40825

Black with #D40825

Text Example


Text Example

White with #D40825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40825; }

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

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

background-color css

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

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

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

border-color css

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

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

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