Html Css Color HEX #D0180C Harley Davidson Orange

📋 copy color: '#D0180C'

red 208 ◦ green 24 ◦ blue 12

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

Shades of Harley Davidson Orange #D0180C

Tints of Harley Davidson Orange #D0180C

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.84%

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

R = 85.25%
G = 9.84%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0180C (or 0xD0180C) is known color: Harley Davidson Orange. HEX triplet: D0, 18 and 0C. RGB value is (208,24,12). Sum of RGB (Red+Green+Blue) = 208+24+12=244 (32% of max value = 765). Red value is 208 (81.64% from 255 or 85.25% from 244); Green value is 24 (9.77% from 255 or 9.84% from 244); Blue value is 12 (5.08% from 255 or 4.92% from 244); Max value from RGB is 208 - color contains mainly: red. Hex color #D0180C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #D0180C is #2FE7F3. Grayscale: #4D4D4D. Windows color (decimal): -3139572 or 792784. OLE color: 792784.

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

Color convert

RGB 208 24 12 -
CMYK 0 0.88 0.94 0.18
HSL 3.67º 0.89% 0.43% -
HSV(B) 3.67º 0.94% 0.82% -
XYZ 26.41 14.09 1.68 -
YUV 77.65 90.96 220.98 -
System Red Green Blue C M Y K H S L
Decimal 208 24 12 0 0.88 0.94 0.18 3.67 0.89 0.43
Hex D0 18 C 0 58 5E 12 4 59 2B
Octal 320 30 14 0 130 136 22 4 131 53
Binary 11010000 11000 1100 0 1011000 1011110 10010 100 1011001 101011

Color Harmonies of #D0180C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0180C

Black with #D0180C

Text Example


Text Example

White with #D0180C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0180C; }

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

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

background-color css

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

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

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

border-color css

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

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

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