Html Css Color HEX #D0440C Harley Davidson Orange

📋 copy color: '#D0440C'

red 208 ◦ green 68 ◦ blue 12

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

Shades of Harley Davidson Orange #D0440C

Tints of Harley Davidson Orange #D0440C

RGB

 RED value IS 208 (81.64% from 255) = 72.22%

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

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

R = 72.22%
G = 23.61%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0440C (or 0xD0440C) is known color: Harley Davidson Orange. HEX triplet: D0, 44 and 0C. RGB value is (208,68,12). Sum of RGB (Red+Green+Blue) = 208+68+12=288 (38% of max value = 765). Red value is 208 (81.64% from 255 or 72.22% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 208 - color contains mainly: red. Hex color #D0440C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0440C is #2FBBF3. Grayscale: #676767. Windows color (decimal): -3128308 or 804048. OLE color: 804048.

HSL color Cylindrical-coordinate representation of color #D0440C: hue angle of 17.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0440C is Cyan = 0, Magento = 0.67, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 68 12 -
CMYK 0 0.67 0.94 0.18
HSL 17.14º 0.89% 0.43% -
HSV(B) 17.14º 0.94% 0.82% -
XYZ 28.15 17.57 2.26 -
YUV 103.48 76.38 202.55 -
System Red Green Blue C M Y K H S L
Decimal 208 68 12 0 0.67 0.94 0.18 17.14 0.89 0.43
Hex D0 44 C 0 43 5E 12 11 59 2B
Octal 320 104 14 0 103 136 22 21 131 53
Binary 11010000 1000100 1100 0 1000011 1011110 10010 10001 1011001 101011

Color Harmonies of #D0440C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0440C

Black with #D0440C

Text Example


Text Example

White with #D0440C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0440C; }

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

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

background-color css

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

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

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

border-color css

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

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

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