Html Css Color HEX #D83409 Harley Davidson Orange

📋 copy color: '#D83409'

red 216 ◦ green 52 ◦ blue 9

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

Shades of Harley Davidson Orange #D83409

Tints of Harley Davidson Orange #D83409

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.77%

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

R = 77.98%
G = 18.77%
B = 3.25%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.15

RGB Variations

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

Color information

#D83409 (or 0xD83409) is known color: Harley Davidson Orange. HEX triplet: D8, 34 and 09. RGB value is (216,52,9). Sum of RGB (Red+Green+Blue) = 216+52+9=277 (36% of max value = 765). Red value is 216 (84.77% from 255 or 77.98% from 277); Green value is 52 (20.70% from 255 or 18.77% from 277); Blue value is 9 (3.91% from 255 or 3.25% from 277); Max value from RGB is 216 - color contains mainly: red. Hex color #D83409 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83409 is #27CBF6. Grayscale: #606060. Windows color (decimal): -2608119 or 603352. OLE color: 603352.

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

Color convert

RGB 216 52 9 -
CMYK 0 0.76 0.96 0.15
HSL 12.46º 0.92% 0.44% -
HSV(B) 12.46º 0.96% 0.85% -
XYZ 29.6 17.07 1.99 -
YUV 96.13 78.83 213.5 -
System Red Green Blue C M Y K H S L
Decimal 216 52 9 0 0.76 0.96 0.15 12.46 0.92 0.44
Hex D8 34 9 0 4C 60 F C 5C 2C
Octal 330 64 11 0 114 140 17 14 134 54
Binary 11011000 110100 1001 0 1001100 1100000 1111 1100 1011100 101100

Color Harmonies of #D83409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83409

Black with #D83409

Text Example


Text Example

White with #D83409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83409; }

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

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

background-color css

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

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

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

border-color css

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

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

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