Html Css Color HEX #D8370C Harley Davidson Orange

📋 copy color: '#D8370C'

red 216 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #D8370C

Tints of Harley Davidson Orange #D8370C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.43%

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

R = 76.33%
G = 19.43%
B = 4.24%

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

#D8370C (or 0xD8370C) is known color: Harley Davidson Orange. HEX triplet: D8, 37 and 0C. RGB value is (216,55,12). Sum of RGB (Red+Green+Blue) = 216+55+12=283 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.33% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 12 (5.08% from 255 or 4.24% from 283); Max value from RGB is 216 - color contains mainly: red. Hex color #D8370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8370C is #27C8F3. Grayscale: #626262. Windows color (decimal): -2607348 or 800728. OLE color: 800728.

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

Color convert

RGB 216 55 12 -
CMYK 0 0.75 0.94 0.15
HSL 12.65º 0.89% 0.45% -
HSV(B) 12.65º 0.94% 0.85% -
XYZ 29.75 17.36 2.13 -
YUV 98.24 79.34 212 -
System Red Green Blue C M Y K H S L
Decimal 216 55 12 0 0.75 0.94 0.15 12.65 0.89 0.45
Hex D8 37 C 0 4B 5E F D 59 2D
Octal 330 67 14 0 113 136 17 15 131 55
Binary 11011000 110111 1100 0 1001011 1011110 1111 1101 1011001 101101

Color Harmonies of #D8370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8370C

Black with #D8370C

Text Example


Text Example

White with #D8370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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