Html Css Color HEX #D12226 Fire Engine Red

📋 copy color: '#D12226'

red 209 ◦ green 34 ◦ blue 38

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

Shades of Fire Engine Red #D12226

Tints of Fire Engine Red #D12226

RGB

 RED value IS 209 (82.03% from 255) = 74.38%

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

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

R = 74.38%
G = 12.1%
B = 13.52%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D12226 (or 0xD12226) is known color: Fire Engine Red. HEX triplet: D1, 22 and 26. RGB value is (209,34,38). Sum of RGB (Red+Green+Blue) = 209+34+38=281 (37% of max value = 765). Red value is 209 (82.03% from 255 or 74.38% from 281); Green value is 34 (13.67% from 255 or 12.10% from 281); Blue value is 38 (15.23% from 255 or 13.52% from 281); Max value from RGB is 209 - color contains mainly: red. Hex color #D12226 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D12226 is #2EDDD9. Grayscale: #565656. Windows color (decimal): -3071450 or 2499281. OLE color: 2499281.

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

Color convert

RGB 209 34 38 -
CMYK 0 0.84 0.82 0.18
HSL 358.63º 0.72% 0.48% -
HSV(B) 358.63º 0.84% 0.82% -
XYZ 27.22 14.84 3.26 -
YUV 86.78 100.48 215.17 -
System Red Green Blue C M Y K H S L
Decimal 209 34 38 0 0.84 0.82 0.18 358.63 0.72 0.48
Hex D1 22 26 0 54 52 12 167 48 30
Octal 321 42 46 0 124 122 22 547 110 60
Binary 11010001 100010 100110 0 1010100 1010010 10010 101100111 1001000 110000

Color Harmonies of #D12226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D12226

Black with #D12226

Text Example


Text Example

White with #D12226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D12226; }

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

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

background-color css

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

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

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

border-color css

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

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

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