Html Css Color HEX #D0400C Harley Davidson Orange

📋 copy color: '#D0400C'

red 208 ◦ green 64 ◦ blue 12

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

Shades of Harley Davidson Orange #D0400C

Tints of Harley Davidson Orange #D0400C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.54%

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

R = 73.24%
G = 22.54%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#D0400C (or 0xD0400C) is known color: Harley Davidson Orange. HEX triplet: D0, 40 and 0C. RGB value is (208,64,12). Sum of RGB (Red+Green+Blue) = 208+64+12=284 (37% of max value = 765). Red value is 208 (81.64% from 255 or 73.24% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 12 (5.08% from 255 or 4.23% from 284); Max value from RGB is 208 - color contains mainly: red. Hex color #D0400C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D0400C is #2FBFF3. Grayscale: #656565. Windows color (decimal): -3129332 or 803024. OLE color: 803024.

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

Color convert

RGB 208 64 12 -
CMYK 0 0.69 0.94 0.18
HSL 15.92º 0.89% 0.43% -
HSV(B) 15.92º 0.94% 0.82% -
XYZ 27.91 17.1 2.18 -
YUV 101.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 208 64 12 0 0.69 0.94 0.18 15.92 0.89 0.43
Hex D0 40 C 0 45 5E 12 10 59 2B
Octal 320 100 14 0 105 136 22 20 131 53
Binary 11010000 1000000 1100 0 1000101 1011110 10010 10000 1011001 101011

Color Harmonies of #D0400C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0400C

Black with #D0400C

Text Example


Text Example

White with #D0400C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0400C; }

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

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

background-color css

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

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

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

border-color css

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

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

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