Html Css Color HEX #D7360B Harley Davidson Orange

📋 copy color: '#D7360B'

red 215 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #D7360B

Tints of Harley Davidson Orange #D7360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.29%

 BLUE value IS 11 (4.69% from 255) = 3.93%

R = 76.79%
G = 19.29%
B = 3.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#D7360B (or 0xD7360B) is known color: Harley Davidson Orange. HEX triplet: D7, 36 and 0B. RGB value is (215,54,11). Sum of RGB (Red+Green+Blue) = 215+54+11=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 54 (21.48% from 255 or 19.29% from 280); Blue value is 11 (4.69% from 255 or 3.93% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D7360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7360B is #28C9F4. Grayscale: #616161. Windows color (decimal): -2673141 or 734935. OLE color: 734935.

HSL color Cylindrical-coordinate representation of color #D7360B: hue angle of 12.65º degrees, saturation: 0.9, 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 #D7360B is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 54 11 -
CMYK 0 0.75 0.95 0.16
HSL 12.65º 0.9% 0.44% -
HSV(B) 12.65º 0.95% 0.84% -
XYZ 29.4 17.11 2.07 -
YUV 97.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 215 54 11 0 0.75 0.95 0.16 12.65 0.9 0.44
Hex D7 36 B 0 4B 5F 10 D 5A 2C
Octal 327 66 13 0 113 137 20 15 132 54
Binary 11010111 110110 1011 0 1001011 1011111 10000 1101 1011010 101100

Color Harmonies of #D7360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7360B

Black with #D7360B

Text Example


Text Example

White with #D7360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7360B; }

 p { color: rgb(215,54,11); }

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

background-color css

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

 a { background-color: rgb(215,54,11); }

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

border-color css

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

 span { border-color: rgb(215,54,11); }

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