Html Css Color HEX #DC0422 Fire Engine Red

📋 copy color: '#DC0422'

red 220 ◦ green 4 ◦ blue 34

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

Shades of Fire Engine Red #DC0422

Tints of Fire Engine Red #DC0422

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.55%

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

R = 85.27%
G = 1.55%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC0422 (or 0xDC0422) is known color: Fire Engine Red. HEX triplet: DC, 04 and 22. RGB value is (220,4,34). Sum of RGB (Red+Green+Blue) = 220+4+34=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 4 (1.95% from 255 or 1.55% from 258); Blue value is 34 (13.67% from 255 or 13.18% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0422 is #23FBDD. Grayscale: #484848. Windows color (decimal): -2358238 or 2229468. OLE color: 2229468.

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

Color convert

RGB 220 4 34 -
CMYK 0 0.98 0.85 0.14
HSL 351.67º 0.96% 0.44% -
HSV(B) 351.67º 0.98% 0.86% -
XYZ 29.85 15.42 2.92 -
YUV 72 106.56 233.56 -
System Red Green Blue C M Y K H S L
Decimal 220 4 34 0 0.98 0.85 0.14 351.67 0.96 0.44
Hex DC 4 22 0 62 55 E 160 60 2C
Octal 334 4 42 0 142 125 16 540 140 54
Binary 11011100 100 100010 0 1100010 1010101 1110 101100000 1100000 101100

Color Harmonies of #DC0422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0422

Black with #DC0422

Text Example


Text Example

White with #DC0422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0422; }

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

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

background-color css

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

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

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

border-color css

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

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

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