Html Css Color HEX #D83303 Harley Davidson Orange

📋 copy color: '#D83303'

red 216 ◦ green 51 ◦ blue 3

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

Shades of Harley Davidson Orange #D83303

Tints of Harley Davidson Orange #D83303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.11%

R = 80%
G = 18.89%
B = 1.11%

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

#D83303 (or 0xD83303) is known color: Harley Davidson Orange. HEX triplet: D8, 33 and 03. RGB value is (216,51,3). Sum of RGB (Red+Green+Blue) = 216+51+3=270 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80% from 270); Green value is 51 (20.31% from 255 or 18.89% from 270); Blue value is 3 (1.56% from 255 or 1.11% from 270); Max value from RGB is 216 - color contains mainly: red. Hex color #D83303 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83303 is #27CCFC. Grayscale: #5F5F5F. Windows color (decimal): -2608381 or 209880. OLE color: 209880.

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

Color convert

RGB 216 51 3 -
CMYK 0 0.76 0.99 0.15
HSL 13.52º 0.97% 0.43% -
HSV(B) 13.52º 0.99% 0.85% -
XYZ 29.52 16.97 1.81 -
YUV 94.86 76.16 214.4 -
System Red Green Blue C M Y K H S L
Decimal 216 51 3 0 0.76 0.99 0.15 13.52 0.97 0.43
Hex D8 33 3 0 4C 63 F E 61 2B
Octal 330 63 3 0 114 143 17 16 141 53
Binary 11011000 110011 11 0 1001100 1100011 1111 1110 1100001 101011

Color Harmonies of #D83303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83303

Black with #D83303

Text Example


Text Example

White with #D83303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83303; }

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

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

background-color css

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

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

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

border-color css

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

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

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