Html Css Color HEX #DE1527 Fire Engine Red

📋 copy color: '#DE1527'

red 222 ◦ green 21 ◦ blue 39

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

Shades of Fire Engine Red #DE1527

Tints of Fire Engine Red #DE1527

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.45%

 BLUE value IS 39 (15.63% from 255) = 13.83%

R = 78.72%
G = 7.45%
B = 13.83%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE1527 (or 0xDE1527) is known color: Fire Engine Red. HEX triplet: DE, 15 and 27. RGB value is (222,21,39). Sum of RGB (Red+Green+Blue) = 222+21+39=282 (37% of max value = 765). Red value is 222 (87.11% from 255 or 78.72% from 282); Green value is 21 (8.59% from 255 or 7.45% from 282); Blue value is 39 (15.62% from 255 or 13.83% from 282); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1527 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DE1527 is #21EAD8. Grayscale: #535353. Windows color (decimal): -2222809 or 2561502. OLE color: 2561502.

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

Color convert

RGB 222 21 39 -
CMYK 0 0.91 0.82 0.13
HSL 354.63º 0.83% 0.48% -
HSV(B) 354.63º 0.91% 0.87% -
XYZ 30.76 16.21 3.43 -
YUV 83.15 103.09 227.04 -
System Red Green Blue C M Y K H S L
Decimal 222 21 39 0 0.91 0.82 0.13 354.63 0.83 0.48
Hex DE 15 27 0 5B 52 D 163 53 30
Octal 336 25 47 0 133 122 15 543 123 60
Binary 11011110 10101 100111 0 1011011 1010010 1101 101100011 1010011 110000

Color Harmonies of #DE1527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE1527

Black with #DE1527

Text Example


Text Example

White with #DE1527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE1527; }

 p { color: rgb(222,21,39); }

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

background-color css

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

 a { background-color: rgb(222,21,39); }

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

border-color css

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

 span { border-color: rgb(222,21,39); }

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