Html Css Color HEX #D8350C Harley Davidson Orange

📋 copy color: '#D8350C'

red 216 ◦ green 53 ◦ blue 12

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

Shades of Harley Davidson Orange #D8350C

Tints of Harley Davidson Orange #D8350C

RGB

 RED value IS 216 (84.77% from 255) = 76.87%

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

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

R = 76.87%
G = 18.86%
B = 4.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8350C (or 0xD8350C) is known color: Harley Davidson Orange. HEX triplet: D8, 35 and 0C. RGB value is (216,53,12). Sum of RGB (Red+Green+Blue) = 216+53+12=281 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.87% from 281); Green value is 53 (21.09% from 255 or 18.86% from 281); Blue value is 12 (5.08% from 255 or 4.27% from 281); Max value from RGB is 216 - color contains mainly: red. Hex color #D8350C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8350C is #27CAF3. Grayscale: #616161. Windows color (decimal): -2607860 or 800216. OLE color: 800216.

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

Color convert

RGB 216 53 12 -
CMYK 0 0.75 0.94 0.15
HSL 12.06º 0.89% 0.45% -
HSV(B) 12.06º 0.94% 0.85% -
XYZ 29.66 17.17 2.1 -
YUV 97.06 80 212.83 -
System Red Green Blue C M Y K H S L
Decimal 216 53 12 0 0.75 0.94 0.15 12.06 0.89 0.45
Hex D8 35 C 0 4B 5E F C 59 2D
Octal 330 65 14 0 113 136 17 14 131 55
Binary 11011000 110101 1100 0 1001011 1011110 1111 1100 1011001 101101

Color Harmonies of #D8350C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8350C

Black with #D8350C

Text Example


Text Example

White with #D8350C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8350C; }

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

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

background-color css

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

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

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

border-color css

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

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

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