Html Css Color HEX #DE131F Fire Engine Red

📋 copy color: '#DE131F'

red 222 ◦ green 19 ◦ blue 31

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

Shades of Fire Engine Red #DE131F

Tints of Fire Engine Red #DE131F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.99%

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

R = 81.62%
G = 6.99%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DE131F (or 0xDE131F) is known color: Fire Engine Red. HEX triplet: DE, 13 and 1F. RGB value is (222,19,31). Sum of RGB (Red+Green+Blue) = 222+19+31=272 (36% of max value = 765). Red value is 222 (87.11% from 255 or 81.62% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 222 - color contains mainly: red. Hex color #DE131F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE131F is #21ECE0. Grayscale: #515151. Windows color (decimal): -2223329 or 2036702. OLE color: 2036702.

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

Color convert

RGB 222 19 31 -
CMYK 0 0.91 0.86 0.13
HSL 356.45º 0.84% 0.47% -
HSV(B) 356.45º 0.91% 0.87% -
XYZ 30.6 16.09 2.79 -
YUV 81.07 99.75 228.52 -
System Red Green Blue C M Y K H S L
Decimal 222 19 31 0 0.91 0.86 0.13 356.45 0.84 0.47
Hex DE 13 1F 0 5B 56 D 164 54 2F
Octal 336 23 37 0 133 126 15 544 124 57
Binary 11011110 10011 11111 0 1011011 1010110 1101 101100100 1010100 101111

Color Harmonies of #DE131F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE131F

Black with #DE131F

Text Example


Text Example

White with #DE131F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE131F; }

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

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

background-color css

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

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

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

border-color css

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

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

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