Html Css Color HEX #D80425 Fire Engine Red

📋 copy color: '#D80425'

red 216 ◦ green 4 ◦ blue 37

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

Shades of Fire Engine Red #D80425

Tints of Fire Engine Red #D80425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.56%

 BLUE value IS 37 (14.84% from 255) = 14.4%

R = 84.05%
G = 1.56%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.15

RGB Variations

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

Color information

#D80425 (or 0xD80425) is known color: Fire Engine Red. HEX triplet: D8, 04 and 25. RGB value is (216,4,37). Sum of RGB (Red+Green+Blue) = 216+4+37=257 (34% of max value = 765). Red value is 216 (84.77% from 255 or 84.05% from 257); Green value is 4 (1.95% from 255 or 1.56% from 257); Blue value is 37 (14.84% from 255 or 14.40% from 257); Max value from RGB is 216 - color contains mainly: red. Hex color #D80425 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #D80425 is #27FBDA. Grayscale: #474747. Windows color (decimal): -2620379 or 2426072. OLE color: 2426072.

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

Color convert

RGB 216 4 37 -
CMYK 0 0.98 0.83 0.15
HSL 350.66º 0.96% 0.43% -
HSV(B) 350.66º 0.98% 0.85% -
XYZ 28.7 14.82 3.1 -
YUV 71.15 108.74 231.32 -
System Red Green Blue C M Y K H S L
Decimal 216 4 37 0 0.98 0.83 0.15 350.66 0.96 0.43
Hex D8 4 25 0 62 53 F 15F 60 2B
Octal 330 4 45 0 142 123 17 537 140 53
Binary 11011000 100 100101 0 1100010 1010011 1111 101011111 1100000 101011

Color Harmonies of #D80425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D80425

Black with #D80425

Text Example


Text Example

White with #D80425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D80425; }

 p { color: rgb(216,4,37); }

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

background-color css

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

 a { background-color: rgb(216,4,37); }

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

border-color css

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

 span { border-color: rgb(216,4,37); }

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