Html Css Color HEX #D72B04 Harley Davidson Orange

📋 copy color: '#D72B04'

red 215 ◦ green 43 ◦ blue 4

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

Shades of Harley Davidson Orange #D72B04

Tints of Harley Davidson Orange #D72B04

RGB

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

 GREEN value IS 43 (17.19% from 255) = 16.41%

 BLUE value IS 4 (1.95% from 255) = 1.53%

R = 82.06%
G = 16.41%
B = 1.53%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.98

 K value IS 0.16

RGB Variations

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

Color information

#D72B04 (or 0xD72B04) is known color: Harley Davidson Orange. HEX triplet: D7, 2B and 04. RGB value is (215,43,4). Sum of RGB (Red+Green+Blue) = 215+43+4=262 (34% of max value = 765). Red value is 215 (84.38% from 255 or 82.06% from 262); Green value is 43 (17.19% from 255 or 16.41% from 262); Blue value is 4 (1.95% from 255 or 1.53% from 262); Max value from RGB is 215 - color contains mainly: red. Hex color #D72B04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72B04 is #28D4FB. Grayscale: #5A5A5A. Windows color (decimal): -2675964 or 273367. OLE color: 273367.

HSL color Cylindrical-coordinate representation of color #D72B04: hue angle of 11.09º degrees, saturation: 0.96, 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 #D72B04 is Cyan = 0, Magento = 0.8, Yellow = 0.98 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 43 4 -
CMYK 0 0.8 0.98 0.16
HSL 11.09º 0.96% 0.43% -
HSV(B) 11.09º 0.98% 0.84% -
XYZ 28.91 16.18 1.71 -
YUV 89.98 79.48 217.17 -
System Red Green Blue C M Y K H S L
Decimal 215 43 4 0 0.8 0.98 0.16 11.09 0.96 0.43
Hex D7 2B 4 0 50 62 10 B 60 2B
Octal 327 53 4 0 120 142 20 13 140 53
Binary 11010111 101011 100 0 1010000 1100010 10000 1011 1100000 101011

Color Harmonies of #D72B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72B04

Black with #D72B04

Text Example


Text Example

White with #D72B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72B04; }

 p { color: rgb(215,43,4); }

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

background-color css

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

 a { background-color: rgb(215,43,4); }

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

border-color css

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

 span { border-color: rgb(215,43,4); }

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