Html Css Color HEX #D7300A Harley Davidson Orange

📋 copy color: '#D7300A'

red 215 ◦ green 48 ◦ blue 10

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

Shades of Harley Davidson Orange #D7300A

Tints of Harley Davidson Orange #D7300A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.66%

R = 78.75%
G = 17.58%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7300A (or 0xD7300A) is known color: Harley Davidson Orange. HEX triplet: D7, 30 and 0A. RGB value is (215,48,10). Sum of RGB (Red+Green+Blue) = 215+48+10=273 (36% of max value = 765). Red value is 215 (84.38% from 255 or 78.75% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 215 - color contains mainly: red. Hex color #D7300A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7300A is #28CFF5. Grayscale: #5D5D5D. Windows color (decimal): -2674678 or 667863. OLE color: 667863.

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

Color convert

RGB 215 48 10 -
CMYK 0 0.78 0.95 0.16
HSL 11.12º 0.91% 0.44% -
HSV(B) 11.12º 0.95% 0.84% -
XYZ 29.14 16.58 1.95 -
YUV 93.6 80.83 214.59 -
System Red Green Blue C M Y K H S L
Decimal 215 48 10 0 0.78 0.95 0.16 11.12 0.91 0.44
Hex D7 30 A 0 4E 5F 10 B 5B 2C
Octal 327 60 12 0 116 137 20 13 133 54
Binary 11010111 110000 1010 0 1001110 1011111 10000 1011 1011011 101100

Color Harmonies of #D7300A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7300A

Black with #D7300A

Text Example


Text Example

White with #D7300A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7300A; }

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

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

background-color css

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

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

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

border-color css

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

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

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