Html Css Color HEX #D7301F Harley Davidson Orange

📋 copy color: '#D7301F'

red 215 ◦ green 48 ◦ blue 31

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

Shades of Harley Davidson Orange #D7301F

Tints of Harley Davidson Orange #D7301F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.54%

R = 73.13%
G = 16.33%
B = 10.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.86

 K value IS 0.16

RGB Variations

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

Color information

#D7301F (or 0xD7301F) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 1F. RGB value is (215,48,31). Sum of RGB (Red+Green+Blue) = 215+48+31=294 (38% of max value = 765). Red value is 215 (84.38% from 255 or 73.13% from 294); Green value is 48 (19.14% from 255 or 16.33% from 294); Blue value is 31 (12.5% from 255 or 10.54% from 294); Max value from RGB is 215 - color contains mainly: red. Hex color #D7301F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7301F is #28CFE0. Grayscale: #606060. Windows color (decimal): -2674657 or 2044119. OLE color: 2044119.

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

Color convert

RGB 215 48 31 -
CMYK 0 0.78 0.86 0.16
HSL 5.54º 0.75% 0.48% -
HSV(B) 5.54º 0.86% 0.84% -
XYZ 29.33 16.66 2.97 -
YUV 96 91.33 212.88 -
System Red Green Blue C M Y K H S L
Decimal 215 48 31 0 0.78 0.86 0.16 5.54 0.75 0.48
Hex D7 30 1F 0 4E 56 10 6 4B 30
Octal 327 60 37 0 116 126 20 6 113 60
Binary 11010111 110000 11111 0 1001110 1010110 10000 110 1001011 110000

Color Harmonies of #D7301F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7301F

Black with #D7301F

Text Example


Text Example

White with #D7301F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7301F; }

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

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

background-color css

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

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

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

border-color css

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

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

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