Html Css Color HEX #D41622 Fire Engine Red

📋 copy color: '#D41622'

red 212 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #D41622

Tints of Fire Engine Red #D41622

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.21%

 BLUE value IS 34 (13.67% from 255) = 12.69%

R = 79.1%
G = 8.21%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.17

RGB Variations

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

Color information

#D41622 (or 0xD41622) is known color: Fire Engine Red. HEX triplet: D4, 16 and 22. RGB value is (212,22,34). Sum of RGB (Red+Green+Blue) = 212+22+34=268 (35% of max value = 765). Red value is 212 (83.20% from 255 or 79.10% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 34 (13.67% from 255 or 12.69% from 268); Max value from RGB is 212 - color contains mainly: red. Hex color #D41622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D41622 is #2BE9DD. Grayscale: #505050. Windows color (decimal): -2877918 or 2234068. OLE color: 2234068.

HSL color Cylindrical-coordinate representation of color #D41622: hue angle of 356.21º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D41622 is Cyan = 0, Magento = 0.90, Yellow = 0.84 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 22 34 -
CMYK 0 0.90 0.84 0.17
HSL 356.21º 0.81% 0.46% -
HSV(B) 356.21º 0.9% 0.83% -
XYZ 27.73 14.69 2.89 -
YUV 80.18 101.95 222.02 -
System Red Green Blue C M Y K H S L
Decimal 212 22 34 0 0.90 0.84 0.17 356.21 0.81 0.46
Hex D4 16 22 0 5A 54 11 164 51 2E
Octal 324 26 42 0 132 124 21 544 121 56
Binary 11010100 10110 100010 0 1011010 1010100 10001 101100100 1010001 101110

Color Harmonies of #D41622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41622

Black with #D41622

Text Example


Text Example

White with #D41622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41622; }

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

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

background-color css

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

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

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

border-color css

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

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

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