Html Css Color HEX #D0461C Harley Davidson Orange

📋 copy color: '#D0461C'

red 208 ◦ green 70 ◦ blue 28

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

Shades of Harley Davidson Orange #D0461C

Tints of Harley Davidson Orange #D0461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 22.88%

 BLUE value IS 28 (11.33% from 255) = 9.15%

R = 67.97%
G = 22.88%
B = 9.15%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D0461C (or 0xD0461C) is known color: Harley Davidson Orange. HEX triplet: D0, 46 and 1C. RGB value is (208,70,28). Sum of RGB (Red+Green+Blue) = 208+70+28=306 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.97% from 306); Green value is 70 (27.73% from 255 or 22.88% from 306); Blue value is 28 (11.33% from 255 or 9.15% from 306); Max value from RGB is 208 - color contains mainly: red. Hex color #D0461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0461C is #2FB9E3. Grayscale: #6A6A6A. Windows color (decimal): -3127780 or 1853136. OLE color: 1853136.

HSL color Cylindrical-coordinate representation of color #D0461C: hue angle of 14º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0461C is Cyan = 0, Magento = 0.66, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 70 28 -
CMYK 0 0.66 0.87 0.18
HSL 14º 0.76% 0.46% -
HSV(B) 14º 0.87% 0.82% -
XYZ 28.41 17.87 3.05 -
YUV 106.47 83.72 200.42 -
System Red Green Blue C M Y K H S L
Decimal 208 70 28 0 0.66 0.87 0.18 14 0.76 0.46
Hex D0 46 1C 0 42 57 12 E 4C 2E
Octal 320 106 34 0 102 127 22 16 114 56
Binary 11010000 1000110 11100 0 1000010 1010111 10010 1110 1001100 101110

Color Harmonies of #D0461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0461C

Black with #D0461C

Text Example


Text Example

White with #D0461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0461C; }

 p { color: rgb(208,70,28); }

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

background-color css

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

 a { background-color: rgb(208,70,28); }

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

border-color css

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

 span { border-color: rgb(208,70,28); }

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