Html Css Color HEX #DE0A1E Fire Engine Red

📋 copy color: '#DE0A1E'

red 222 ◦ green 10 ◦ blue 30

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

Shades of Fire Engine Red #DE0A1E

Tints of Fire Engine Red #DE0A1E

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.82%

 BLUE value IS 30 (12.11% from 255) = 11.45%

R = 84.73%
G = 3.82%
B = 11.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE0A1E (or 0xDE0A1E) is known color: Fire Engine Red. HEX triplet: DE, 0A and 1E. RGB value is (222,10,30). Sum of RGB (Red+Green+Blue) = 222+10+30=262 (34% of max value = 765). Red value is 222 (87.11% from 255 or 84.73% from 262); Green value is 10 (4.30% from 255 or 3.82% from 262); Blue value is 30 (12.11% from 255 or 11.45% from 262); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0A1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE0A1E is #21F5E1. Grayscale: #4B4B4B. Windows color (decimal): -2225634 or 1968862. OLE color: 1968862.

HSL color Cylindrical-coordinate representation of color #DE0A1E: hue angle of 354.34º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DE0A1E is Cyan = 0, Magento = 0.95, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 10 30 -
CMYK 0 0.95 0.86 0.13
HSL 354.34º 0.91% 0.45% -
HSV(B) 354.34º 0.95% 0.87% -
XYZ 30.47 15.84 2.68 -
YUV 75.67 102.24 232.37 -
System Red Green Blue C M Y K H S L
Decimal 222 10 30 0 0.95 0.86 0.13 354.34 0.91 0.45
Hex DE A 1E 0 5F 56 D 162 5B 2D
Octal 336 12 36 0 137 126 15 542 133 55
Binary 11011110 1010 11110 0 1011111 1010110 1101 101100010 1011011 101101

Color Harmonies of #DE0A1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE0A1E

Black with #DE0A1E

Text Example


Text Example

White with #DE0A1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE0A1E; }

 p { color: rgb(222,10,30); }

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

background-color css

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

 a { background-color: rgb(222,10,30); }

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

border-color css

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

 span { border-color: rgb(222,10,30); }

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