Html Css Color HEX #D7350C Harley Davidson Orange

📋 copy color: '#D7350C'

red 215 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #D7350C

Tints of Harley Davidson Orange #D7350C

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

 BLUE value IS 12 (5.08% from 255) = 4.29%

R = 76.79%
G = 18.93%
B = 4.29%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#D7350C (or 0xD7350C) is known color: Harley Davidson Orange. HEX triplet: D7, 35 and 0C. RGB value is (215,53,12). Sum of RGB (Red+Green+Blue) = 215+53+12=280 (37% of max value = 765). Red value is 215 (84.38% from 255 or 76.79% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 12 (5.08% from 255 or 4.29% from 280); Max value from RGB is 215 - color contains mainly: red. Hex color #D7350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D7350C is #28CAF3. Grayscale: #616161. Windows color (decimal): -2673396 or 800215. OLE color: 800215.

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

Color convert

RGB 215 53 12 -
CMYK 0 0.75 0.94 0.16
HSL 12.12º 0.89% 0.45% -
HSV(B) 12.12º 0.94% 0.84% -
XYZ 29.36 17.02 2.09 -
YUV 96.76 80.17 212.33 -
System Red Green Blue C M Y K H S L
Decimal 215 53 12 0 0.75 0.94 0.16 12.12 0.89 0.45
Hex D7 35 C 0 4B 5E 10 C 59 2D
Octal 327 65 14 0 113 136 20 14 131 55
Binary 11010111 110101 1100 0 1001011 1011110 10000 1100 1011001 101101

Color Harmonies of #D7350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7350C

Black with #D7350C

Text Example


Text Example

White with #D7350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7350C; }

 p { color: rgb(215,53,12); }

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

background-color css

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

 a { background-color: rgb(215,53,12); }

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

border-color css

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

 span { border-color: rgb(215,53,12); }

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