Html Css Color HEX #DC0125 Fire Engine Red

📋 copy color: '#DC0125'

red 220 ◦ green 1 ◦ blue 37

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

Shades of Fire Engine Red #DC0125

Tints of Fire Engine Red #DC0125

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 85.27%
G = 0.39%
B = 14.34%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.14

RGB Variations

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

Color information

#DC0125 (or 0xDC0125) is known color: Fire Engine Red. HEX triplet: DC, 01 and 25. RGB value is (220,1,37). Sum of RGB (Red+Green+Blue) = 220+1+37=258 (34% of max value = 765). Red value is 220 (86.33% from 255 or 85.27% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 37 (14.84% from 255 or 14.34% from 258); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0125 is #23FEDA. Grayscale: #464646. Windows color (decimal): -2359003 or 2425308. OLE color: 2425308.

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

Color convert

RGB 220 1 37 -
CMYK 0 1.00 0.83 0.14
HSL 350.14º 0.99% 0.43% -
HSV(B) 350.14º 1% 0.86% -
XYZ 29.86 15.37 3.14 -
YUV 70.59 109.05 234.57 -
System Red Green Blue C M Y K H S L
Decimal 220 1 37 0 1.00 0.83 0.14 350.14 0.99 0.43
Hex DC 1 25 0 64 53 E 15E 63 2B
Octal 334 1 45 0 144 123 16 536 143 53
Binary 11011100 1 100101 0 1100100 1010011 1110 101011110 1100011 101011

Color Harmonies of #DC0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC0125

Black with #DC0125

Text Example


Text Example

White with #DC0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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