Html Css Color HEX #D72A03 Harley Davidson Orange

📋 copy color: '#D72A03'

red 215 ◦ green 42 ◦ blue 3

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

Shades of Harley Davidson Orange #D72A03

Tints of Harley Davidson Orange #D72A03

RGB

 RED value IS 215 (84.38% from 255) = 82.69%

 GREEN value IS 42 (16.8% from 255) = 16.15%

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

R = 82.69%
G = 16.15%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.16

RGB Variations

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

Color information

#D72A03 (or 0xD72A03) is known color: Harley Davidson Orange. HEX triplet: D7, 2A and 03. RGB value is (215,42,3). Sum of RGB (Red+Green+Blue) = 215+42+3=260 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.69% from 260); Green value is 42 (16.80% from 255 or 16.15% from 260); Blue value is 3 (1.56% from 255 or 1.15% from 260); Max value from RGB is 215 - color contains mainly: red. Hex color #D72A03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72A03 is #28D5FC. Grayscale: #595959. Windows color (decimal): -2676221 or 207575. OLE color: 207575.

HSL color Cylindrical-coordinate representation of color #D72A03: hue angle of 11.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D72A03 is Cyan = 0, Magento = 0.80, Yellow = 0.99 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 42 3 -
CMYK 0 0.80 0.99 0.16
HSL 11.04º 0.97% 0.43% -
HSV(B) 11.04º 0.99% 0.84% -
XYZ 28.87 16.11 1.67 -
YUV 89.28 79.31 217.67 -
System Red Green Blue C M Y K H S L
Decimal 215 42 3 0 0.80 0.99 0.16 11.04 0.97 0.43
Hex D7 2A 3 0 50 63 10 B 61 2B
Octal 327 52 3 0 120 143 20 13 141 53
Binary 11010111 101010 11 0 1010000 1100011 10000 1011 1100001 101011

Color Harmonies of #D72A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72A03

Black with #D72A03

Text Example


Text Example

White with #D72A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72A03; }

 p { color: rgb(215,42,3); }

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

background-color css

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

 a { background-color: rgb(215,42,3); }

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

border-color css

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

 span { border-color: rgb(215,42,3); }

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