Html Css Color HEX #DC2025 Fire Engine Red

📋 copy color: '#DC2025'

red 220 ◦ green 32 ◦ blue 37

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

Shades of Fire Engine Red #DC2025

Tints of Fire Engine Red #DC2025

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.07%

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

R = 76.12%
G = 11.07%
B = 12.8%

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

#DC2025 (or 0xDC2025) is known color: Fire Engine Red. HEX triplet: DC, 20 and 25. RGB value is (220,32,37). Sum of RGB (Red+Green+Blue) = 220+32+37=289 (38% of max value = 765). Red value is 220 (86.33% from 255 or 76.12% from 289); Green value is 32 (12.89% from 255 or 11.07% from 289); Blue value is 37 (14.84% from 255 or 12.80% from 289); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2025 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC2025 is #23DFDA. Grayscale: #585858. Windows color (decimal): -2351067 or 2433244. OLE color: 2433244.

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

Color convert

RGB 220 32 37 -
CMYK 0 0.85 0.83 0.14
HSL 358.4º 0.75% 0.49% -
HSV(B) 358.4º 0.85% 0.86% -
XYZ 30.37 16.38 3.31 -
YUV 88.78 98.78 221.59 -
System Red Green Blue C M Y K H S L
Decimal 220 32 37 0 0.85 0.83 0.14 358.4 0.75 0.49
Hex DC 20 25 0 55 53 E 166 4B 31
Octal 334 40 45 0 125 123 16 546 113 61
Binary 11011100 100000 100101 0 1010101 1010011 1110 101100110 1001011 110001

Color Harmonies of #DC2025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2025

Black with #DC2025

Text Example


Text Example

White with #DC2025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2025; }

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

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

background-color css

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

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

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

border-color css

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

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

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