Html Css Color HEX #D80F23 Fire Engine Red

📋 copy color: '#D80F23'

red 216 ◦ green 15 ◦ blue 35

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

Shades of Fire Engine Red #D80F23

Tints of Fire Engine Red #D80F23

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.64%

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

R = 81.2%
G = 5.64%
B = 13.16%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80F23 (or 0xD80F23) is known color: Fire Engine Red. HEX triplet: D8, 0F and 23. RGB value is (216,15,35). Sum of RGB (Red+Green+Blue) = 216+15+35=266 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.20% from 266); Green value is 15 (6.25% from 255 or 5.64% from 266); Blue value is 35 (14.06% from 255 or 13.16% from 266); Max value from RGB is 216 - color contains mainly: red. Hex color #D80F23 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80F23 is #27F0DC. Grayscale: #4D4D4D. Windows color (decimal): -2617565 or 2297816. OLE color: 2297816.

HSL color Cylindrical-coordinate representation of color #D80F23: hue angle of 354.03º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D80F23 is Cyan = 0, Magento = 0.93, Yellow = 0.84 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 15 35 -
CMYK 0 0.93 0.84 0.15
HSL 354.03º 0.87% 0.45% -
HSV(B) 354.03º 0.93% 0.85% -
XYZ 28.79 15.06 2.98 -
YUV 77.38 104.09 226.87 -
System Red Green Blue C M Y K H S L
Decimal 216 15 35 0 0.93 0.84 0.15 354.03 0.87 0.45
Hex D8 F 23 0 5D 54 F 162 57 2D
Octal 330 17 43 0 135 124 17 542 127 55
Binary 11011000 1111 100011 0 1011101 1010100 1111 101100010 1010111 101101

Color Harmonies of #D80F23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80F23

Black with #D80F23

Text Example


Text Example

White with #D80F23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80F23; }

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

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

background-color css

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

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

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

border-color css

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

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

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