Html Css Color HEX #D82F04 Harley Davidson Orange

📋 copy color: '#D82F04'

red 216 ◦ green 47 ◦ blue 4

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

Shades of Harley Davidson Orange #D82F04

Tints of Harley Davidson Orange #D82F04

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.6%

 BLUE value IS 4 (1.95% from 255) = 1.5%

R = 80.9%
G = 17.6%
B = 1.5%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D82F04 (or 0xD82F04) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 04. RGB value is (216,47,4). Sum of RGB (Red+Green+Blue) = 216+47+4=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 47 (18.75% from 255 or 17.60% from 267); Blue value is 4 (1.95% from 255 or 1.50% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F04 is #27D0FB. Grayscale: #5C5C5C. Windows color (decimal): -2609404 or 274392. OLE color: 274392.

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

Color convert

RGB 216 47 4 -
CMYK 0 0.78 0.98 0.15
HSL 12.17º 0.96% 0.43% -
HSV(B) 12.17º 0.98% 0.85% -
XYZ 29.36 16.64 1.78 -
YUV 92.63 77.99 216 -
System Red Green Blue C M Y K H S L
Decimal 216 47 4 0 0.78 0.98 0.15 12.17 0.96 0.43
Hex D8 2F 4 0 4E 62 F C 60 2B
Octal 330 57 4 0 116 142 17 14 140 53
Binary 11011000 101111 100 0 1001110 1100010 1111 1100 1100000 101011

Color Harmonies of #D82F04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F04

Black with #D82F04

Text Example


Text Example

White with #D82F04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F04; }

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

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

background-color css

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

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

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

border-color css

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

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

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