Html Css Color HEX #D83300 Harley Davidson Orange

📋 copy color: '#D83300'

red 216 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #D83300

Tints of Harley Davidson Orange #D83300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.9%
G = 19.1%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.15

RGB Variations

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

Color information

#D83300 (or 0xD83300) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 00. RGB value is (216,51,0). Sum of RGB (Red+Green+Blue) = 216+51+0=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 51 (20.31% from 255 or 19.10% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D83300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83300 is #27CCFF. Grayscale: #5E5E5E. Windows color (decimal): -2608384 or 13272. OLE color: 13272.

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

Color convert

RGB 216 51 0 -
CMYK 0 0.76 1 0.15
HSL 14.17º 1% 0.42% -
HSV(B) 14.17º 1% 0.85% -
XYZ 29.5 16.97 1.72 -
YUV 94.52 74.66 214.65 -
System Red Green Blue C M Y K H S L
Decimal 216 51 0 0 0.76 1 0.15 14.17 1 0.42
Hex D8 33 0 0 4C 64 F E 64 2A
Octal 330 63 0 0 114 144 17 16 144 52
Binary 11011000 110011 0 0 1001100 1100100 1111 1110 1100100 101010

Color Harmonies of #D83300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83300

Black with #D83300

Text Example


Text Example

White with #D83300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83300; }

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

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

background-color css

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

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

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

border-color css

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

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

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