Html Css Color HEX #D82F09 Harley Davidson Orange

📋 copy color: '#D82F09'

red 216 ◦ green 47 ◦ blue 9

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

Shades of Harley Davidson Orange #D82F09

Tints of Harley Davidson Orange #D82F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 3.31%

R = 79.41%
G = 17.28%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D82F09 (or 0xD82F09) is known color: Harley Davidson Orange. HEX triplet: D8, 2F and 09. RGB value is (216,47,9). Sum of RGB (Red+Green+Blue) = 216+47+9=272 (36% of max value = 765). Red value is 216 (84.77% from 255 or 79.41% from 272); Green value is 47 (18.75% from 255 or 17.28% from 272); Blue value is 9 (3.91% from 255 or 3.31% from 272); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F09 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D82F09 is #27D0F6. Grayscale: #5D5D5D. Windows color (decimal): -2609399 or 602072. OLE color: 602072.

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

Color convert

RGB 216 47 9 -
CMYK 0 0.78 0.96 0.15
HSL 11.01º 0.92% 0.44% -
HSV(B) 11.01º 0.96% 0.85% -
XYZ 29.38 16.65 1.92 -
YUV 93.2 80.49 215.59 -
System Red Green Blue C M Y K H S L
Decimal 216 47 9 0 0.78 0.96 0.15 11.01 0.92 0.44
Hex D8 2F 9 0 4E 60 F B 5C 2C
Octal 330 57 11 0 116 140 17 13 134 54
Binary 11011000 101111 1001 0 1001110 1100000 1111 1011 1011100 101100

Color Harmonies of #D82F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D82F09

Black with #D82F09

Text Example


Text Example

White with #D82F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D82F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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