Html Css Color HEX #D42226 Fire Engine Red

📋 copy color: '#D42226'

red 212 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #D42226

Tints of Fire Engine Red #D42226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.97%

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

R = 74.65%
G = 11.97%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D42226 (or 0xD42226) is known color: Fire Engine Red. HEX triplet: D4, 22 and 26. RGB value is (212,34,38). Sum of RGB (Red+Green+Blue) = 212+34+38=284 (37% of max value = 765). Red value is 212 (83.20% from 255 or 74.65% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 38 (15.23% from 255 or 13.38% from 284); Max value from RGB is 212 - color contains mainly: red. Hex color #D42226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D42226 is #2BDDD9. Grayscale: #575757. Windows color (decimal): -2874842 or 2499284. OLE color: 2499284.

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

Color convert

RGB 212 34 38 -
CMYK 0 0.84 0.82 0.17
HSL 358.65º 0.72% 0.48% -
HSV(B) 358.65º 0.84% 0.83% -
XYZ 28.07 15.28 3.3 -
YUV 87.68 99.97 216.67 -
System Red Green Blue C M Y K H S L
Decimal 212 34 38 0 0.84 0.82 0.17 358.65 0.72 0.48
Hex D4 22 26 0 54 52 11 167 48 30
Octal 324 42 46 0 124 122 21 547 110 60
Binary 11010100 100010 100110 0 1010100 1010010 10001 101100111 1001000 110000

Color Harmonies of #D42226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D42226

Black with #D42226

Text Example


Text Example

White with #D42226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D42226; }

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

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

background-color css

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

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

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

border-color css

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

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

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