Html Css Color HEX #DC0225 Fire Engine Red

📋 copy color: '#DC0225'

red 220 ◦ green 2 ◦ blue 37

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

Shades of Fire Engine Red #DC0225

Tints of Fire Engine Red #DC0225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.77%

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

R = 84.94%
G = 0.77%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC0225 (or 0xDC0225) is known color: Fire Engine Red. HEX triplet: DC, 02 and 25. RGB value is (220,2,37). Sum of RGB (Red+Green+Blue) = 220+2+37=259 (34% of max value = 765). Red value is 220 (86.33% from 255 or 84.94% from 259); Green value is 2 (1.17% from 255 or 0.77% from 259); Blue value is 37 (14.84% from 255 or 14.29% from 259); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0225 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0225 is #23FDDA. Grayscale: #474747. Windows color (decimal): -2358747 or 2425564. OLE color: 2425564.

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

Color convert

RGB 220 2 37 -
CMYK 0 0.99 0.83 0.14
HSL 350.37º 0.98% 0.44% -
HSV(B) 350.37º 0.99% 0.86% -
XYZ 29.87 15.39 3.15 -
YUV 71.17 108.72 234.15 -
System Red Green Blue C M Y K H S L
Decimal 220 2 37 0 0.99 0.83 0.14 350.37 0.98 0.44
Hex DC 2 25 0 63 53 E 15E 62 2C
Octal 334 2 45 0 143 123 16 536 142 54
Binary 11011100 10 100101 0 1100011 1010011 1110 101011110 1100010 101100

Color Harmonies of #DC0225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0225

Black with #DC0225

Text Example


Text Example

White with #DC0225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0225; }

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

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

background-color css

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

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

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

border-color css

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

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

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