Html Css Color HEX #D7380D Harley Davidson Orange

📋 copy color: '#D7380D'

red 215 ◦ green 56 ◦ blue 13

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

Shades of Harley Davidson Orange #D7380D

Tints of Harley Davidson Orange #D7380D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.72%

 BLUE value IS 13 (5.47% from 255) = 4.58%

R = 75.7%
G = 19.72%
B = 4.58%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7380D (or 0xD7380D) is known color: Harley Davidson Orange. HEX triplet: D7, 38 and 0D. RGB value is (215,56,13). Sum of RGB (Red+Green+Blue) = 215+56+13=284 (37% of max value = 765). Red value is 215 (84.38% from 255 or 75.70% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 13 (5.47% from 255 or 4.58% from 284); Max value from RGB is 215 - color contains mainly: red. Hex color #D7380D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7380D is #28C7F2. Grayscale: #626262. Windows color (decimal): -2672627 or 866519. OLE color: 866519.

HSL color Cylindrical-coordinate representation of color #D7380D: hue angle of 12.77º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7380D is Cyan = 0, Magento = 0.74, Yellow = 0.94 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 56 13 -
CMYK 0 0.74 0.94 0.16
HSL 12.77º 0.89% 0.45% -
HSV(B) 12.77º 0.94% 0.84% -
XYZ 29.51 17.3 2.17 -
YUV 98.64 79.68 211 -
System Red Green Blue C M Y K H S L
Decimal 215 56 13 0 0.74 0.94 0.16 12.77 0.89 0.45
Hex D7 38 D 0 4A 5E 10 D 59 2D
Octal 327 70 15 0 112 136 20 15 131 55
Binary 11010111 111000 1101 0 1001010 1011110 10000 1101 1011001 101101

Color Harmonies of #D7380D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7380D

Black with #D7380D

Text Example


Text Example

White with #D7380D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7380D; }

 p { color: rgb(215,56,13); }

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

background-color css

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

 a { background-color: rgb(215,56,13); }

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

border-color css

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

 span { border-color: rgb(215,56,13); }

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