Html Css Color HEX #D7301D Harley Davidson Orange

📋 copy color: '#D7301D'

red 215 ◦ green 48 ◦ blue 29

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

Shades of Harley Davidson Orange #D7301D

Tints of Harley Davidson Orange #D7301D

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.44%

 BLUE value IS 29 (11.72% from 255) = 9.93%

R = 73.63%
G = 16.44%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.87

 K value IS 0.16

RGB Variations

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

Color information

#D7301D (or 0xD7301D) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 1D. RGB value is (215,48,29). Sum of RGB (Red+Green+Blue) = 215+48+29=292 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.63% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 29 (11.72% from 255 or 9.93% from 292); Max value from RGB is 215 - color contains mainly: red. Hex color #D7301D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7301D is #28CFE2. Grayscale: #606060. Windows color (decimal): -2674659 or 1913047. OLE color: 1913047.

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

Color convert

RGB 215 48 29 -
CMYK 0 0.78 0.87 0.16
HSL 6.13º 0.76% 0.48% -
HSV(B) 6.13º 0.87% 0.84% -
XYZ 29.3 16.65 2.83 -
YUV 95.77 90.33 213.04 -
System Red Green Blue C M Y K H S L
Decimal 215 48 29 0 0.78 0.87 0.16 6.13 0.76 0.48
Hex D7 30 1D 0 4E 57 10 6 4C 30
Octal 327 60 35 0 116 127 20 6 114 60
Binary 11010111 110000 11101 0 1001110 1010111 10000 110 1001100 110000

Color Harmonies of #D7301D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7301D

Black with #D7301D

Text Example


Text Example

White with #D7301D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7301D; }

 p { color: rgb(215,48,29); }

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

background-color css

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

 a { background-color: rgb(215,48,29); }

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

border-color css

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

 span { border-color: rgb(215,48,29); }

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