Html Css Color HEX #DC1422 Fire Engine Red

📋 copy color: '#DC1422'

red 220 ◦ green 20 ◦ blue 34

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

Shades of Fire Engine Red #DC1422

Tints of Fire Engine Red #DC1422

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.3%

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

R = 80.29%
G = 7.3%
B = 12.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1422 (or 0xDC1422) is known color: Fire Engine Red. HEX triplet: DC, 14 and 22. RGB value is (220,20,34). Sum of RGB (Red+Green+Blue) = 220+20+34=274 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.29% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 34 (13.67% from 255 or 12.41% from 274); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1422 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC1422 is #23EBDD. Grayscale: #515151. Windows color (decimal): -2354142 or 2233564. OLE color: 2233564.

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

Color convert

RGB 220 20 34 -
CMYK 0 0.91 0.85 0.14
HSL 355.8º 0.83% 0.47% -
HSV(B) 355.8º 0.91% 0.86% -
XYZ 30.05 15.83 2.99 -
YUV 81.4 101.26 226.86 -
System Red Green Blue C M Y K H S L
Decimal 220 20 34 0 0.91 0.85 0.14 355.8 0.83 0.47
Hex DC 14 22 0 5B 55 E 164 53 2F
Octal 334 24 42 0 133 125 16 544 123 57
Binary 11011100 10100 100010 0 1011011 1010101 1110 101100100 1010011 101111

Color Harmonies of #DC1422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1422

Black with #DC1422

Text Example


Text Example

White with #DC1422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1422; }

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

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

background-color css

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

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

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

border-color css

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

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

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