Html Css Color HEX #D8380C Harley Davidson Orange

📋 copy color: '#D8380C'

red 216 ◦ green 56 ◦ blue 12

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

Shades of Harley Davidson Orange #D8380C

Tints of Harley Davidson Orange #D8380C

RGB

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

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

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

R = 76.06%
G = 19.72%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8380C (or 0xD8380C) is known color: Harley Davidson Orange. HEX triplet: D8, 38 and 0C. RGB value is (216,56,12). Sum of RGB (Red+Green+Blue) = 216+56+12=284 (37% of max value = 765). Red value is 216 (84.77% from 255 or 76.06% from 284); Green value is 56 (22.27% from 255 or 19.72% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 216 - color contains mainly: red. Hex color #D8380C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8380C is #27C7F3. Grayscale: #636363. Windows color (decimal): -2607092 or 800984. OLE color: 800984.

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

Color convert

RGB 216 56 12 -
CMYK 0 0.74 0.94 0.15
HSL 12.94º 0.89% 0.45% -
HSV(B) 12.94º 0.94% 0.85% -
XYZ 29.8 17.45 2.15 -
YUV 98.82 79.01 211.58 -
System Red Green Blue C M Y K H S L
Decimal 216 56 12 0 0.74 0.94 0.15 12.94 0.89 0.45
Hex D8 38 C 0 4A 5E F D 59 2D
Octal 330 70 14 0 112 136 17 15 131 55
Binary 11011000 111000 1100 0 1001010 1011110 1111 1101 1011001 101101

Color Harmonies of #D8380C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8380C

Black with #D8380C

Text Example


Text Example

White with #D8380C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8380C; }

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

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

background-color css

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

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

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

border-color css

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

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

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