Html Css Color HEX #DE101F Fire Engine Red

📋 copy color: '#DE101F'

red 222 ◦ green 16 ◦ blue 31

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

Shades of Fire Engine Red #DE101F

Tints of Fire Engine Red #DE101F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.95%

 BLUE value IS 31 (12.5% from 255) = 11.52%

R = 82.53%
G = 5.95%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE101F (or 0xDE101F) is known color: Fire Engine Red. HEX triplet: DE, 10 and 1F. RGB value is (222,16,31). Sum of RGB (Red+Green+Blue) = 222+16+31=269 (35% of max value = 765). Red value is 222 (87.11% from 255 or 82.53% from 269); Green value is 16 (6.64% from 255 or 5.95% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 222 - color contains mainly: red. Hex color #DE101F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE101F is #21EFE0. Grayscale: #4F4F4F. Windows color (decimal): -2224097 or 2035934. OLE color: 2035934.

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

Color convert

RGB 222 16 31 -
CMYK 0 0.93 0.86 0.13
HSL 355.63º 0.87% 0.47% -
HSV(B) 355.63º 0.93% 0.87% -
XYZ 30.56 16 2.77 -
YUV 79.3 100.75 229.78 -
System Red Green Blue C M Y K H S L
Decimal 222 16 31 0 0.93 0.86 0.13 355.63 0.87 0.47
Hex DE 10 1F 0 5D 56 D 164 57 2F
Octal 336 20 37 0 135 126 15 544 127 57
Binary 11011110 10000 11111 0 1011101 1010110 1101 101100100 1010111 101111

Color Harmonies of #DE101F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE101F

Black with #DE101F

Text Example


Text Example

White with #DE101F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE101F; }

 p { color: rgb(222,16,31); }

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

background-color css

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

 a { background-color: rgb(222,16,31); }

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

border-color css

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

 span { border-color: rgb(222,16,31); }

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