Html Css Color HEX #D7280F Harley Davidson Orange

📋 copy color: '#D7280F'

red 215 ◦ green 40 ◦ blue 15

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

Shades of Harley Davidson Orange #D7280F

Tints of Harley Davidson Orange #D7280F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.56%

R = 79.63%
G = 14.81%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7280F (or 0xD7280F) is known color: Harley Davidson Orange. HEX triplet: D7, 28 and 0F. RGB value is (215,40,15). Sum of RGB (Red+Green+Blue) = 215+40+15=270 (35% of max value = 765). Red value is 215 (84.38% from 255 or 79.63% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 15 (6.25% from 255 or 5.56% from 270); Max value from RGB is 215 - color contains mainly: red. Hex color #D7280F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7280F is #28D7F0. Grayscale: #595959. Windows color (decimal): -2676721 or 993495. OLE color: 993495.

HSL color Cylindrical-coordinate representation of color #D7280F: hue angle of 7.5º degrees, saturation: 0.87, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D7280F is Cyan = 0, Magento = 0.81, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 40 15 -
CMYK 0 0.81 0.93 0.16
HSL 7.5º 0.87% 0.45% -
HSV(B) 7.5º 0.93% 0.84% -
XYZ 28.87 16 2.02 -
YUV 89.48 85.98 217.53 -
System Red Green Blue C M Y K H S L
Decimal 215 40 15 0 0.81 0.93 0.16 7.5 0.87 0.45
Hex D7 28 F 0 51 5D 10 8 57 2D
Octal 327 50 17 0 121 135 20 10 127 55
Binary 11010111 101000 1111 0 1010001 1011101 10000 1000 1010111 101101

Color Harmonies of #D7280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7280F

Black with #D7280F

Text Example


Text Example

White with #D7280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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