Html Css Color HEX #D83302 Harley Davidson Orange

📋 copy color: '#D83302'

red 216 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #D83302

Tints of Harley Davidson Orange #D83302

RGB

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

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

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

R = 80.3%
G = 18.96%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D83302 (or 0xD83302) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 02. RGB value is (216,51,2). Sum of RGB (Red+Green+Blue) = 216+51+2=269 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.30% from 269); Green value is 51 (20.31% from 255 or 18.96% from 269); Blue value is 2 (1.17% from 255 or 0.74% from 269); Max value from RGB is 216 - color contains mainly: red. Hex color #D83302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83302 is #27CCFD. Grayscale: #5F5F5F. Windows color (decimal): -2608382 or 144344. OLE color: 144344.

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

Color convert

RGB 216 51 2 -
CMYK 0 0.76 0.99 0.15
HSL 13.74º 0.98% 0.43% -
HSV(B) 13.74º 0.99% 0.85% -
XYZ 29.51 16.97 1.78 -
YUV 94.75 75.66 214.48 -
System Red Green Blue C M Y K H S L
Decimal 216 51 2 0 0.76 0.99 0.15 13.74 0.98 0.43
Hex D8 33 2 0 4C 63 F E 62 2B
Octal 330 63 2 0 114 143 17 16 142 53
Binary 11011000 110011 10 0 1001100 1100011 1111 1110 1100010 101011

Color Harmonies of #D83302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83302

Black with #D83302

Text Example


Text Example

White with #D83302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83302; }

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

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

background-color css

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

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

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

border-color css

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

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

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