Html Css Color HEX #D83307 Harley Davidson Orange

📋 copy color: '#D83307'

red 216 ◦ green 51 ◦ blue 7

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

Shades of Harley Davidson Orange #D83307

Tints of Harley Davidson Orange #D83307

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.61%

 BLUE value IS 7 (3.13% from 255) = 2.55%

R = 78.83%
G = 18.61%
B = 2.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.97

 K value IS 0.15

RGB Variations

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

Color information

#D83307 (or 0xD83307) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 07. RGB value is (216,51,7). Sum of RGB (Red+Green+Blue) = 216+51+7=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 7 (3.12% from 255 or 2.55% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D83307 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83307 is #27CCF8. Grayscale: #5F5F5F. Windows color (decimal): -2608377 or 472024. OLE color: 472024.

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

Color convert

RGB 216 51 7 -
CMYK 0 0.76 0.97 0.15
HSL 12.63º 0.94% 0.44% -
HSV(B) 12.63º 0.97% 0.85% -
XYZ 29.54 16.98 1.92 -
YUV 95.32 78.16 214.08 -
System Red Green Blue C M Y K H S L
Decimal 216 51 7 0 0.76 0.97 0.15 12.63 0.94 0.44
Hex D8 33 7 0 4C 61 F D 5E 2C
Octal 330 63 7 0 114 141 17 15 136 54
Binary 11011000 110011 111 0 1001100 1100001 1111 1101 1011110 101100

Color Harmonies of #D83307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83307

Black with #D83307

Text Example


Text Example

White with #D83307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83307; }

 p { color: rgb(216,51,7); }

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

background-color css

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

 a { background-color: rgb(216,51,7); }

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

border-color css

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

 span { border-color: rgb(216,51,7); }

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