Html Css Color HEX #D82D04 Harley Davidson Orange

📋 copy color: '#D82D04'

red 216 ◦ green 45 ◦ blue 4

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

Shades of Harley Davidson Orange #D82D04

Tints of Harley Davidson Orange #D82D04

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.98%

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

R = 81.51%
G = 16.98%
B = 1.51%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.98

 K value IS 0.15

RGB Variations

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

Color information

#D82D04 (or 0xD82D04) is known color: Harley Davidson Orange. HEX triplet: D8, 2D and 04. RGB value is (216,45,4). Sum of RGB (Red+Green+Blue) = 216+45+4=265 (35% of max value = 765). Red value is 216 (84.77% from 255 or 81.51% from 265); Green value is 45 (17.97% from 255 or 16.98% from 265); Blue value is 4 (1.95% from 255 or 1.51% from 265); Max value from RGB is 216 - color contains mainly: red. Hex color #D82D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82D04 is #27D2FB. Grayscale: #5B5B5B. Windows color (decimal): -2609916 or 273880. OLE color: 273880.

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

Color convert

RGB 216 45 4 -
CMYK 0 0.79 0.98 0.15
HSL 11.6º 0.96% 0.43% -
HSV(B) 11.6º 0.98% 0.85% -
XYZ 29.28 16.48 1.75 -
YUV 91.46 78.65 216.83 -
System Red Green Blue C M Y K H S L
Decimal 216 45 4 0 0.79 0.98 0.15 11.6 0.96 0.43
Hex D8 2D 4 0 4F 62 F C 60 2B
Octal 330 55 4 0 117 142 17 14 140 53
Binary 11011000 101101 100 0 1001111 1100010 1111 1100 1100000 101011

Color Harmonies of #D82D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82D04

Black with #D82D04

Text Example


Text Example

White with #D82D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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