Html Css Color HEX #D8440C Harley Davidson Orange

📋 copy color: '#D8440C'

red 216 ◦ green 68 ◦ blue 12

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

Shades of Harley Davidson Orange #D8440C

Tints of Harley Davidson Orange #D8440C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.97%

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

R = 72.97%
G = 22.97%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#D8440C (or 0xD8440C) is known color: Harley Davidson Orange. HEX triplet: D8, 44 and 0C. RGB value is (216,68,12). Sum of RGB (Red+Green+Blue) = 216+68+12=296 (39% of max value = 765). Red value is 216 (84.77% from 255 or 72.97% from 296); Green value is 68 (26.95% from 255 or 22.97% from 296); Blue value is 12 (5.08% from 255 or 4.05% from 296); Max value from RGB is 216 - color contains mainly: red. Hex color #D8440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D8440C is #27BBF3. Grayscale: #6A6A6A. Windows color (decimal): -2604020 or 804056. OLE color: 804056.

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

Color convert

RGB 216 68 12 -
CMYK 0 0.69 0.94 0.15
HSL 16.47º 0.89% 0.45% -
HSV(B) 16.47º 0.94% 0.85% -
XYZ 30.45 18.76 2.36 -
YUV 105.87 75.03 206.55 -
System Red Green Blue C M Y K H S L
Decimal 216 68 12 0 0.69 0.94 0.15 16.47 0.89 0.45
Hex D8 44 C 0 45 5E F 10 59 2D
Octal 330 104 14 0 105 136 17 20 131 55
Binary 11011000 1000100 1100 0 1000101 1011110 1111 10000 1011001 101101

Color Harmonies of #D8440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8440C

Black with #D8440C

Text Example


Text Example

White with #D8440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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