Html Css Color HEX #DC122A Fire Engine Red

📋 copy color: '#DC122A'

red 220 ◦ green 18 ◦ blue 42

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

Shades of Fire Engine Red #DC122A

Tints of Fire Engine Red #DC122A

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.43%

 BLUE value IS 42 (16.8% from 255) = 15%

R = 78.57%
G = 6.43%
B = 15%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DC122A (or 0xDC122A) is known color: Fire Engine Red. HEX triplet: DC, 12 and 2A. RGB value is (220,18,42). Sum of RGB (Red+Green+Blue) = 220+18+42=280 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.57% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 42 (16.80% from 255 or 15% from 280); Max value from RGB is 220 - color contains mainly: red. Hex color #DC122A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC122A is #23EDD5. Grayscale: #515151. Windows color (decimal): -2354646 or 2757340. OLE color: 2757340.

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

Color convert

RGB 220 18 42 -
CMYK 0 0.92 0.81 0.14
HSL 352.87º 0.85% 0.47% -
HSV(B) 352.87º 0.92% 0.86% -
XYZ 30.15 15.82 3.65 -
YUV 81.13 105.92 227.05 -
System Red Green Blue C M Y K H S L
Decimal 220 18 42 0 0.92 0.81 0.14 352.87 0.85 0.47
Hex DC 12 2A 0 5C 51 E 161 55 2F
Octal 334 22 52 0 134 121 16 541 125 57
Binary 11011100 10010 101010 0 1011100 1010001 1110 101100001 1010101 101111

Color Harmonies of #DC122A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC122A

Black with #DC122A

Text Example


Text Example

White with #DC122A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC122A; }

 p { color: rgb(220,18,42); }

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

background-color css

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

 a { background-color: rgb(220,18,42); }

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

border-color css

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

 span { border-color: rgb(220,18,42); }

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