Html Css Color HEX #D7280B Harley Davidson Orange

📋 copy color: '#D7280B'

red 215 ◦ green 40 ◦ blue 11

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

Shades of Harley Davidson Orange #D7280B

Tints of Harley Davidson Orange #D7280B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.04%

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

R = 80.83%
G = 15.04%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7280B (or 0xD7280B) is known color: Harley Davidson Orange. HEX triplet: D7, 28 and 0B. RGB value is (215,40,11). Sum of RGB (Red+Green+Blue) = 215+40+11=266 (35% of max value = 765). Red value is 215 (84.38% from 255 or 80.83% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 11 (4.69% from 255 or 4.14% from 266); Max value from RGB is 215 - color contains mainly: red. Hex color #D7280B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7280B is #28D7F4. Grayscale: #595959. Windows color (decimal): -2676725 or 731351. OLE color: 731351.

HSL color Cylindrical-coordinate representation of color #D7280B: hue angle of 8.53º 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 #D7280B is Cyan = 0, Magento = 0.81, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 40 11 -
CMYK 0 0.81 0.95 0.16
HSL 8.53º 0.9% 0.44% -
HSV(B) 8.53º 0.95% 0.84% -
XYZ 28.84 15.99 1.88 -
YUV 89.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 215 40 11 0 0.81 0.95 0.16 8.53 0.9 0.44
Hex D7 28 B 0 51 5F 10 9 5A 2C
Octal 327 50 13 0 121 137 20 11 132 54
Binary 11010111 101000 1011 0 1010001 1011111 10000 1001 1011010 101100

Color Harmonies of #D7280B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7280B

Black with #D7280B

Text Example


Text Example

White with #D7280B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7280B; }

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

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

background-color css

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

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

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

border-color css

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

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

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