Html Css Color HEX #D83003 Harley Davidson Orange

📋 copy color: '#D83003'

red 216 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #D83003

Tints of Harley Davidson Orange #D83003

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.98%

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

R = 80.9%
G = 17.98%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.15

RGB Variations

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

Color information

#D83003 (or 0xD83003) is known color: Harley Davidson Orange. HEX triplet: D8, 30 and 03. RGB value is (216,48,3). Sum of RGB (Red+Green+Blue) = 216+48+3=267 (35% of max value = 765). Red value is 216 (84.77% from 255 or 80.90% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 3 (1.56% from 255 or 1.12% from 267); Max value from RGB is 216 - color contains mainly: red. Hex color #D83003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D83003 is #27CFFC. Grayscale: #5D5D5D. Windows color (decimal): -2609149 or 209112. OLE color: 209112.

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

Color convert

RGB 216 48 3 -
CMYK 0 0.78 0.99 0.15
HSL 12.68º 0.97% 0.43% -
HSV(B) 12.68º 0.99% 0.85% -
XYZ 29.39 16.72 1.76 -
YUV 93.1 77.16 215.66 -
System Red Green Blue C M Y K H S L
Decimal 216 48 3 0 0.78 0.99 0.15 12.68 0.97 0.43
Hex D8 30 3 0 4E 63 F D 61 2B
Octal 330 60 3 0 116 143 17 15 141 53
Binary 11011000 110000 11 0 1001110 1100011 1111 1101 1100001 101011

Color Harmonies of #D83003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D83003

Black with #D83003

Text Example


Text Example

White with #D83003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D83003; }

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

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

background-color css

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

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

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

border-color css

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

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

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