Html Css Color HEX #D7300F Harley Davidson Orange

📋 copy color: '#D7300F'

red 215 ◦ green 48 ◦ blue 15

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

Shades of Harley Davidson Orange #D7300F

Tints of Harley Davidson Orange #D7300F

RGB

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

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

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

R = 77.34%
G = 17.27%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#D7300F (or 0xD7300F) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 0F. RGB value is (215,48,15). Sum of RGB (Red+Green+Blue) = 215+48+15=278 (36% of max value = 765). Red value is 215 (84.38% from 255 or 77.34% from 278); Green value is 48 (19.14% from 255 or 17.27% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 215 - color contains mainly: red. Hex color #D7300F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7300F is #28CFF0. Grayscale: #5E5E5E. Windows color (decimal): -2674673 or 995543. OLE color: 995543.

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

Color convert

RGB 215 48 15 -
CMYK 0 0.78 0.93 0.16
HSL 9.9º 0.87% 0.45% -
HSV(B) 9.9º 0.93% 0.84% -
XYZ 29.17 16.6 2.12 -
YUV 94.17 83.33 214.18 -
System Red Green Blue C M Y K H S L
Decimal 215 48 15 0 0.78 0.93 0.16 9.9 0.87 0.45
Hex D7 30 F 0 4E 5D 10 A 57 2D
Octal 327 60 17 0 116 135 20 12 127 55
Binary 11010111 110000 1111 0 1001110 1011101 10000 1010 1010111 101101

Color Harmonies of #D7300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7300F

Black with #D7300F

Text Example


Text Example

White with #D7300F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7300F; }

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

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

background-color css

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

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

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

border-color css

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

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

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