Html Css Color HEX #DE0125 Fire Engine Red

📋 copy color: '#DE0125'

red 222 ◦ green 1 ◦ blue 37

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

Shades of Fire Engine Red #DE0125

Tints of Fire Engine Red #DE0125

RGB

 RED value IS 222 (87.11% from 255) = 85.38%

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

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

R = 85.38%
G = 0.38%
B = 14.23%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DE0125 (or 0xDE0125) is known color: Fire Engine Red. HEX triplet: DE, 01 and 25. RGB value is (222,1,37). Sum of RGB (Red+Green+Blue) = 222+1+37=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 1 (0.78% from 255 or 0.38% from 260); Blue value is 37 (14.84% from 255 or 14.23% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0125 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0125 is #21FEDA. Grayscale: #474747. Windows color (decimal): -2227931 or 2425310. OLE color: 2425310.

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

Color convert

RGB 222 1 37 -
CMYK 0 1.00 0.83 0.13
HSL 350.23º 0.99% 0.44% -
HSV(B) 350.23º 1% 0.87% -
XYZ 30.47 15.68 3.17 -
YUV 71.18 108.72 235.57 -
System Red Green Blue C M Y K H S L
Decimal 222 1 37 0 1.00 0.83 0.13 350.23 0.99 0.44
Hex DE 1 25 0 64 53 D 15E 63 2C
Octal 336 1 45 0 144 123 15 536 143 54
Binary 11011110 1 100101 0 1100100 1010011 1101 101011110 1100011 101100

Color Harmonies of #DE0125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0125

Black with #DE0125

Text Example


Text Example

White with #DE0125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0125; }

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

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

background-color css

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

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

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

border-color css

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

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

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