Html Css Color HEX #DC1A22 Fire Engine Red

📋 copy color: '#DC1A22'

red 220 ◦ green 26 ◦ blue 34

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

Shades of Fire Engine Red #DC1A22

Tints of Fire Engine Red #DC1A22

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.29%

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

R = 78.57%
G = 9.29%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.85

 K value IS 0.14

RGB Variations

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

Color information

#DC1A22 (or 0xDC1A22) is known color: Fire Engine Red. HEX triplet: DC, 1A and 22. RGB value is (220,26,34). Sum of RGB (Red+Green+Blue) = 220+26+34=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 26 (10.55% from 255 or 9.29% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC1A22 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC1A22 is #23E5DD. Grayscale: #555555. Windows color (decimal): -2352606 or 2235100. OLE color: 2235100.

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

Color convert

RGB 220 26 34 -
CMYK 0 0.88 0.85 0.14
HSL 357.53º 0.79% 0.48% -
HSV(B) 357.53º 0.88% 0.86% -
XYZ 30.17 16.07 3.02 -
YUV 84.92 99.27 224.35 -
System Red Green Blue C M Y K H S L
Decimal 220 26 34 0 0.88 0.85 0.14 357.53 0.79 0.48
Hex DC 1A 22 0 58 55 E 166 4F 30
Octal 334 32 42 0 130 125 16 546 117 60
Binary 11011100 11010 100010 0 1011000 1010101 1110 101100110 1001111 110000

Color Harmonies of #DC1A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC1A22

Black with #DC1A22

Text Example


Text Example

White with #DC1A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC1A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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