Html Css Color HEX #DE0123 Fire Engine Red

📋 copy color: '#DE0123'

red 222 ◦ green 1 ◦ blue 35

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

Shades of Fire Engine Red #DE0123

Tints of Fire Engine Red #DE0123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 13.57%

R = 86.05%
G = 0.39%
B = 13.57%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE0123 (or 0xDE0123) is known color: Fire Engine Red. HEX triplet: DE, 01 and 23. RGB value is (222,1,35). Sum of RGB (Red+Green+Blue) = 222+1+35=258 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.05% from 258); Green value is 1 (0.78% from 255 or 0.39% from 258); Blue value is 35 (14.06% from 255 or 13.57% from 258); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0123 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0123 is #21FEDC. Grayscale: #474747. Windows color (decimal): -2227933 or 2294238. OLE color: 2294238.

HSL color Cylindrical-coordinate representation of color #DE0123: hue angle of 350.77º 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 #DE0123 is Cyan = 0, Magento = 1.00, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 1 35 -
CMYK 0 1.00 0.84 0.13
HSL 350.77º 0.99% 0.44% -
HSV(B) 350.77º 1% 0.87% -
XYZ 30.44 15.67 3.01 -
YUV 70.96 107.72 235.74 -
System Red Green Blue C M Y K H S L
Decimal 222 1 35 0 1.00 0.84 0.13 350.77 0.99 0.44
Hex DE 1 23 0 64 54 D 15F 63 2C
Octal 336 1 43 0 144 124 15 537 143 54
Binary 11011110 1 100011 0 1100100 1010100 1101 101011111 1100011 101100

Color Harmonies of #DE0123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0123

Black with #DE0123

Text Example


Text Example

White with #DE0123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0123; }

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

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

background-color css

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

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

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

border-color css

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

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

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