Html Css Color HEX #D81423 Fire Engine Red

📋 copy color: '#D81423'

red 216 ◦ green 20 ◦ blue 35

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

Shades of Fire Engine Red #D81423

Tints of Fire Engine Red #D81423

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 12.92%

R = 79.7%
G = 7.38%
B = 12.92%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D81423 (or 0xD81423) is known color: Fire Engine Red. HEX triplet: D8, 14 and 23. RGB value is (216,20,35). Sum of RGB (Red+Green+Blue) = 216+20+35=271 (35% of max value = 765). Red value is 216 (84.77% from 255 or 79.70% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 216 - color contains mainly: red. Hex color #D81423 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D81423 is #27EBDC. Grayscale: #505050. Windows color (decimal): -2616285 or 2299096. OLE color: 2299096.

HSL color Cylindrical-coordinate representation of color #D81423: hue angle of 355.41º 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 #D81423 is Cyan = 0, Magento = 0.91, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 20 35 -
CMYK 0 0.91 0.84 0.15
HSL 355.41º 0.83% 0.46% -
HSV(B) 355.41º 0.91% 0.85% -
XYZ 28.87 15.22 3.01 -
YUV 80.31 102.43 224.78 -
System Red Green Blue C M Y K H S L
Decimal 216 20 35 0 0.91 0.84 0.15 355.41 0.83 0.46
Hex D8 14 23 0 5B 54 F 163 53 2E
Octal 330 24 43 0 133 124 17 543 123 56
Binary 11011000 10100 100011 0 1011011 1010100 1111 101100011 1010011 101110

Color Harmonies of #D81423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D81423

Black with #D81423

Text Example


Text Example

White with #D81423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D81423; }

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

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

background-color css

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

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

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

border-color css

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

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

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