Html Css Color HEX #D83802 Harley Davidson Orange

📋 copy color: '#D83802'

red 216 ◦ green 56 ◦ blue 2

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

Shades of Harley Davidson Orange #D83802

Tints of Harley Davidson Orange #D83802

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.44%

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 78.83%
G = 20.44%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D83802 (or 0xD83802) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 02. RGB value is (216,56,2). Sum of RGB (Red+Green+Blue) = 216+56+2=274 (36% of max value = 765). Red value is 216 (84.77% from 255 or 78.83% from 274); Green value is 56 (22.27% from 255 or 20.44% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 216 - color contains mainly: red. Hex color #D83802 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83802 is #27C7FD. Grayscale: #626262. Windows color (decimal): -2607102 or 145624. OLE color: 145624.

HSL color Cylindrical-coordinate representation of color #D83802: hue angle of 15.14º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D83802 is Cyan = 0, Magento = 0.74, Yellow = 0.99 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 56 2 -
CMYK 0 0.74 0.99 0.15
HSL 15.14º 0.98% 0.43% -
HSV(B) 15.14º 0.99% 0.85% -
XYZ 29.74 17.43 1.85 -
YUV 97.68 74.01 212.39 -
System Red Green Blue C M Y K H S L
Decimal 216 56 2 0 0.74 0.99 0.15 15.14 0.98 0.43
Hex D8 38 2 0 4A 63 F F 62 2B
Octal 330 70 2 0 112 143 17 17 142 53
Binary 11011000 111000 10 0 1001010 1100011 1111 1111 1100010 101011

Color Harmonies of #D83802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83802

Black with #D83802

Text Example


Text Example

White with #D83802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83802; }

 p { color: rgb(216,56,2); }

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

background-color css

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

 a { background-color: rgb(216,56,2); }

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

border-color css

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

 span { border-color: rgb(216,56,2); }

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