Html Css Color HEX #DE0323 Fire Engine Red

📋 copy color: '#DE0323'

red 222 ◦ green 3 ◦ blue 35

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

Shades of Fire Engine Red #DE0323

Tints of Fire Engine Red #DE0323

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

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

R = 85.38%
G = 1.15%
B = 13.46%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DE0323 (or 0xDE0323) is known color: Fire Engine Red. HEX triplet: DE, 03 and 23. RGB value is (222,3,35). Sum of RGB (Red+Green+Blue) = 222+3+35=260 (34% of max value = 765). Red value is 222 (87.11% from 255 or 85.38% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 35 (14.06% from 255 or 13.46% from 260); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0323 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0323 is #21FCDC. Grayscale: #484848. Windows color (decimal): -2227421 or 2294750. OLE color: 2294750.

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

Color convert

RGB 222 3 35 -
CMYK 0 0.99 0.84 0.13
HSL 351.23º 0.97% 0.44% -
HSV(B) 351.23º 0.99% 0.87% -
XYZ 30.46 15.72 3.02 -
YUV 72.13 107.05 234.9 -
System Red Green Blue C M Y K H S L
Decimal 222 3 35 0 0.99 0.84 0.13 351.23 0.97 0.44
Hex DE 3 23 0 63 54 D 15F 61 2C
Octal 336 3 43 0 143 124 15 537 141 54
Binary 11011110 11 100011 0 1100011 1010100 1101 101011111 1100001 101100

Color Harmonies of #DE0323

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0323

Black with #DE0323

Text Example


Text Example

White with #DE0323

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0323; }

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

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

background-color css

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

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

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

border-color css

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

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

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