Html Css Color HEX #D72F0B Harley Davidson Orange

📋 copy color: '#D72F0B'

red 215 ◦ green 47 ◦ blue 11

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

Shades of Harley Davidson Orange #D72F0B

Tints of Harley Davidson Orange #D72F0B

RGB

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

 GREEN value IS 47 (18.75% from 255) = 17.22%

 BLUE value IS 11 (4.69% from 255) = 4.03%

R = 78.75%
G = 17.22%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D72F0B (or 0xD72F0B) is known color: Harley Davidson Orange. HEX triplet: D7, 2F and 0B. RGB value is (215,47,11). Sum of RGB (Red+Green+Blue) = 215+47+11=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 47 (18.75% from 255 or 17.22% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D72F0B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D72F0B is #28D0F4. Grayscale: #5D5D5D. Windows color (decimal): -2674933 or 733143. OLE color: 733143.

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

Color convert

RGB 215 47 11 -
CMYK 0 0.78 0.95 0.16
HSL 10.59º 0.9% 0.44% -
HSV(B) 10.59º 0.95% 0.84% -
XYZ 29.1 16.5 1.97 -
YUV 93.13 81.66 214.93 -
System Red Green Blue C M Y K H S L
Decimal 215 47 11 0 0.78 0.95 0.16 10.59 0.9 0.44
Hex D7 2F B 0 4E 5F 10 B 5A 2C
Octal 327 57 13 0 116 137 20 13 132 54
Binary 11010111 101111 1011 0 1001110 1011111 10000 1011 1011010 101100

Color Harmonies of #D72F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D72F0B

Black with #D72F0B

Text Example


Text Example

White with #D72F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D72F0B; }

 p { color: rgb(215,47,11); }

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

background-color css

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

 a { background-color: rgb(215,47,11); }

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

border-color css

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

 span { border-color: rgb(215,47,11); }

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