Html Css Color HEX #D7301C Harley Davidson Orange

📋 copy color: '#D7301C'

red 215 ◦ green 48 ◦ blue 28

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

Shades of Harley Davidson Orange #D7301C

Tints of Harley Davidson Orange #D7301C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.62%

R = 73.88%
G = 16.49%
B = 9.62%

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

#D7301C (or 0xD7301C) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 1C. RGB value is (215,48,28). Sum of RGB (Red+Green+Blue) = 215+48+28=291 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.88% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 28 (11.33% from 255 or 9.62% from 291); Max value from RGB is 215 - color contains mainly: red. Hex color #D7301C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7301C is #28CFE3. Grayscale: #5F5F5F. Windows color (decimal): -2674660 or 1847511. OLE color: 1847511.

HSL color Cylindrical-coordinate representation of color #D7301C: hue angle of 6.42º degrees, saturation: 0.77, 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 #D7301C is Cyan = 0, Magento = 0.78, Yellow = 0.87 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 48 28 -
CMYK 0 0.78 0.87 0.16
HSL 6.42º 0.77% 0.48% -
HSV(B) 6.42º 0.87% 0.84% -
XYZ 29.29 16.64 2.77 -
YUV 95.65 89.83 213.13 -
System Red Green Blue C M Y K H S L
Decimal 215 48 28 0 0.78 0.87 0.16 6.42 0.77 0.48
Hex D7 30 1C 0 4E 57 10 6 4D 30
Octal 327 60 34 0 116 127 20 6 115 60
Binary 11010111 110000 11100 0 1001110 1010111 10000 110 1001101 110000

Color Harmonies of #D7301C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7301C

Black with #D7301C

Text Example


Text Example

White with #D7301C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7301C; }

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

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

background-color css

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

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

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

border-color css

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

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

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