Html Css Color HEX #D40626 Fire Engine Red

📋 copy color: '#D40626'

red 212 ◦ green 6 ◦ blue 38

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

Shades of Fire Engine Red #D40626

Tints of Fire Engine Red #D40626

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 38 (15.23% from 255) = 14.84%

R = 82.81%
G = 2.34%
B = 14.84%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D40626 (or 0xD40626) is known color: Fire Engine Red. HEX triplet: D4, 06 and 26. RGB value is (212,6,38). Sum of RGB (Red+Green+Blue) = 212+6+38=256 (33% of max value = 765). Red value is 212 (83.20% from 255 or 82.81% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 38 (15.23% from 255 or 14.84% from 256); Max value from RGB is 212 - color contains mainly: red. Hex color #D40626 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D40626 is #2BF9D9. Grayscale: #474747. Windows color (decimal): -2882010 or 2492116. OLE color: 2492116.

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

Color convert

RGB 212 6 38 -
CMYK 0 0.97 0.82 0.17
HSL 350.68º 0.94% 0.43% -
HSV(B) 350.68º 0.97% 0.83% -
XYZ 27.57 14.27 3.13 -
YUV 71.24 109.25 228.4 -
System Red Green Blue C M Y K H S L
Decimal 212 6 38 0 0.97 0.82 0.17 350.68 0.94 0.43
Hex D4 6 26 0 61 52 11 15F 5E 2B
Octal 324 6 46 0 141 122 21 537 136 53
Binary 11010100 110 100110 0 1100001 1010010 10001 101011111 1011110 101011

Color Harmonies of #D40626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40626

Black with #D40626

Text Example


Text Example

White with #D40626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40626; }

 p { color: rgb(212,6,38); }

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

background-color css

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

 a { background-color: rgb(212,6,38); }

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

border-color css

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

 span { border-color: rgb(212,6,38); }

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