Html Css Color HEX #D81427 Fire Engine Red

📋 copy color: '#D81427'

red 216 ◦ green 20 ◦ blue 39

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

Shades of Fire Engine Red #D81427

Tints of Fire Engine Red #D81427

RGB

 RED value IS 216 (84.77% from 255) = 78.55%

 GREEN value IS 20 (8.2% from 255) = 7.27%

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

R = 78.55%
G = 7.27%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D81427 (or 0xD81427) is known color: Fire Engine Red. HEX triplet: D8, 14 and 27. RGB value is (216,20,39). Sum of RGB (Red+Green+Blue) = 216+20+39=275 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.55% from 275); Green value is 20 (8.20% from 255 or 7.27% from 275); Blue value is 39 (15.62% from 255 or 14.18% from 275); Max value from RGB is 216 - color contains mainly: red. Hex color #D81427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81427 is #27EBD8. Grayscale: #505050. Windows color (decimal): -2616281 or 2561240. OLE color: 2561240.

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

Color convert

RGB 216 20 39 -
CMYK 0 0.91 0.82 0.15
HSL 354.18º 0.83% 0.46% -
HSV(B) 354.18º 0.91% 0.85% -
XYZ 28.94 15.25 3.34 -
YUV 80.77 104.43 224.46 -
System Red Green Blue C M Y K H S L
Decimal 216 20 39 0 0.91 0.82 0.15 354.18 0.83 0.46
Hex D8 14 27 0 5B 52 F 162 53 2E
Octal 330 24 47 0 133 122 17 542 123 56
Binary 11011000 10100 100111 0 1011011 1010010 1111 101100010 1010011 101110

Color Harmonies of #D81427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81427

Black with #D81427

Text Example


Text Example

White with #D81427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81427; }

 p { color: rgb(216,20,39); }

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

background-color css

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

 a { background-color: rgb(216,20,39); }

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

border-color css

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

 span { border-color: rgb(216,20,39); }

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