Html Css Color HEX #DE081B Fire Engine Red

📋 copy color: '#DE081B'

red 222 ◦ green 8 ◦ blue 27

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

Shades of Fire Engine Red #DE081B

Tints of Fire Engine Red #DE081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.11%

 BLUE value IS 27 (10.94% from 255) = 10.51%

R = 86.38%
G = 3.11%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.13

RGB Variations

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

Color information

#DE081B (or 0xDE081B) is known color: Fire Engine Red. HEX triplet: DE, 08 and 1B. RGB value is (222,8,27). Sum of RGB (Red+Green+Blue) = 222+8+27=257 (34% of max value = 765). Red value is 222 (87.11% from 255 or 86.38% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 27 (10.94% from 255 or 10.51% from 257); Max value from RGB is 222 - color contains mainly: red. Hex color #DE081B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE081B is #21F7E4. Grayscale: #4A4A4A. Windows color (decimal): -2226149 or 1771742. OLE color: 1771742.

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

Color convert

RGB 222 8 27 -
CMYK 0 0.96 0.88 0.13
HSL 354.67º 0.93% 0.45% -
HSV(B) 354.67º 0.96% 0.87% -
XYZ 30.41 15.78 2.48 -
YUV 74.15 101.4 233.46 -
System Red Green Blue C M Y K H S L
Decimal 222 8 27 0 0.96 0.88 0.13 354.67 0.93 0.45
Hex DE 8 1B 0 60 58 D 163 5D 2D
Octal 336 10 33 0 140 130 15 543 135 55
Binary 11011110 1000 11011 0 1100000 1011000 1101 101100011 1011101 101101

Color Harmonies of #DE081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE081B

Black with #DE081B

Text Example


Text Example

White with #DE081B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE081B; }

 p { color: rgb(222,8,27); }

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

background-color css

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

 a { background-color: rgb(222,8,27); }

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

border-color css

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

 span { border-color: rgb(222,8,27); }

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