Html Css Color HEX #DC2125 Fire Engine Red

📋 copy color: '#DC2125'

red 220 ◦ green 33 ◦ blue 37

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

Shades of Fire Engine Red #DC2125

Tints of Fire Engine Red #DC2125

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.38%

 BLUE value IS 37 (14.84% from 255) = 12.76%

R = 75.86%
G = 11.38%
B = 12.76%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC2125 (or 0xDC2125) is known color: Fire Engine Red. HEX triplet: DC, 21 and 25. RGB value is (220,33,37). Sum of RGB (Red+Green+Blue) = 220+33+37=290 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.86% from 290); Green value is 33 (13.28% from 255 or 11.38% from 290); Blue value is 37 (14.84% from 255 or 12.76% from 290); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2125 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2125 is #23DEDA. Grayscale: #595959. Windows color (decimal): -2350811 or 2433500. OLE color: 2433500.

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

Color convert

RGB 220 33 37 -
CMYK 0 0.85 0.83 0.14
HSL 358.72º 0.74% 0.5% -
HSV(B) 358.72º 0.85% 0.86% -
XYZ 30.39 16.44 3.32 -
YUV 89.37 98.45 221.17 -
System Red Green Blue C M Y K H S L
Decimal 220 33 37 0 0.85 0.83 0.14 358.72 0.74 0.5
Hex DC 21 25 0 55 53 E 167 4A 32
Octal 334 41 45 0 125 123 16 547 112 62
Binary 11011100 100001 100101 0 1010101 1010011 1110 101100111 1001010 110010

Color Harmonies of #DC2125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2125

Black with #DC2125

Text Example


Text Example

White with #DC2125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2125; }

 p { color: rgb(220,33,37); }

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

background-color css

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

 a { background-color: rgb(220,33,37); }

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

border-color css

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

 span { border-color: rgb(220,33,37); }

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