Html Css Color HEX #D80622 Fire Engine Red

📋 copy color: '#D80622'

red 216 ◦ green 6 ◦ blue 34

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

Shades of Fire Engine Red #D80622

Tints of Fire Engine Red #D80622

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.34%

 BLUE value IS 34 (13.67% from 255) = 13.28%

R = 84.38%
G = 2.34%
B = 13.28%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.84

 K value IS 0.15

RGB Variations

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

Color information

#D80622 (or 0xD80622) is known color: Fire Engine Red. HEX triplet: D8, 06 and 22. RGB value is (216,6,34). Sum of RGB (Red+Green+Blue) = 216+6+34=256 (33% of max value = 765). Red value is 216 (84.77% from 255 or 84.38% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 34 (13.67% from 255 or 13.28% from 256); Max value from RGB is 216 - color contains mainly: red. Hex color #D80622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80622 is #27F9DD. Grayscale: #484848. Windows color (decimal): -2619870 or 2229976. OLE color: 2229976.

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

Color convert

RGB 216 6 34 -
CMYK 0 0.97 0.84 0.15
HSL 352º 0.95% 0.44% -
HSV(B) 352º 0.97% 0.85% -
XYZ 28.67 14.84 2.87 -
YUV 71.98 106.57 230.72 -
System Red Green Blue C M Y K H S L
Decimal 216 6 34 0 0.97 0.84 0.15 352 0.95 0.44
Hex D8 6 22 0 61 54 F 160 5F 2C
Octal 330 6 42 0 141 124 17 540 137 54
Binary 11011000 110 100010 0 1100001 1010100 1111 101100000 1011111 101100

Color Harmonies of #D80622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80622

Black with #D80622

Text Example


Text Example

White with #D80622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80622; }

 p { color: rgb(216,6,34); }

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

background-color css

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

 a { background-color: rgb(216,6,34); }

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

border-color css

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

 span { border-color: rgb(216,6,34); }

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