Html Css Color HEX #DC1622 Fire Engine Red

📋 copy color: '#DC1622'

red 220 ◦ green 22 ◦ blue 34

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

Shades of Fire Engine Red #DC1622

Tints of Fire Engine Red #DC1622

RGB

 RED value IS 220 (86.33% from 255) = 79.71%

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

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

R = 79.71%
G = 7.97%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.9

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1622 (or 0xDC1622) is known color: Fire Engine Red. HEX triplet: DC, 16 and 22. RGB value is (220,22,34). Sum of RGB (Red+Green+Blue) = 220+22+34=276 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.71% from 276); Green value is 22 (8.98% from 255 or 7.97% from 276); Blue value is 34 (13.67% from 255 or 12.32% from 276); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1622 is #23E9DD. Grayscale: #525252. Windows color (decimal): -2353630 or 2234076. OLE color: 2234076.

HSL color Cylindrical-coordinate representation of color #DC1622: hue angle of 356.36º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DC1622 is Cyan = 0, Magento = 0.9, Yellow = 0.85 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 22 34 -
CMYK 0 0.9 0.85 0.14
HSL 356.36º 0.82% 0.47% -
HSV(B) 356.36º 0.9% 0.86% -
XYZ 30.09 15.9 3 -
YUV 82.57 100.6 226.02 -
System Red Green Blue C M Y K H S L
Decimal 220 22 34 0 0.9 0.85 0.14 356.36 0.82 0.47
Hex DC 16 22 0 5A 55 E 164 52 2F
Octal 334 26 42 0 132 125 16 544 122 57
Binary 11011100 10110 100010 0 1011010 1010101 1110 101100100 1010010 101111

Color Harmonies of #DC1622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1622

Black with #DC1622

Text Example


Text Example

White with #DC1622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1622; }

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

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

background-color css

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

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

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

border-color css

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

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

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