Html Css Color HEX #D72305 Harley Davidson Orange

📋 copy color: '#D72305'

red 215 ◦ green 35 ◦ blue 5

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

Shades of Harley Davidson Orange #D72305

Tints of Harley Davidson Orange #D72305

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.73%

 BLUE value IS 5 (2.34% from 255) = 1.96%

R = 84.31%
G = 13.73%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D72305 (or 0xD72305) is known color: Harley Davidson Orange. HEX triplet: D7, 23 and 05. RGB value is (215,35,5). Sum of RGB (Red+Green+Blue) = 215+35+5=255 (33% of max value = 765). Red value is 215 (84.38% from 255 or 84.31% from 255); Green value is 35 (14.06% from 255 or 13.73% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 215 - color contains mainly: red. Hex color #D72305 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72305 is #28DCFA. Grayscale: #555555. Windows color (decimal): -2678011 or 336855. OLE color: 336855.

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

Color convert

RGB 215 35 5 -
CMYK 0 0.84 0.98 0.16
HSL 8.57º 0.95% 0.43% -
HSV(B) 8.57º 0.98% 0.84% -
XYZ 28.65 15.66 1.66 -
YUV 85.4 82.63 220.44 -
System Red Green Blue C M Y K H S L
Decimal 215 35 5 0 0.84 0.98 0.16 8.57 0.95 0.43
Hex D7 23 5 0 54 62 10 9 5F 2B
Octal 327 43 5 0 124 142 20 11 137 53
Binary 11010111 100011 101 0 1010100 1100010 10000 1001 1011111 101011

Color Harmonies of #D72305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72305

Black with #D72305

Text Example


Text Example

White with #D72305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72305; }

 p { color: rgb(215,35,5); }

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

background-color css

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

 a { background-color: rgb(215,35,5); }

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

border-color css

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

 span { border-color: rgb(215,35,5); }

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