Html Css Color HEX #DC461C Harley Davidson Orange

📋 copy color: '#DC461C'

red 220 ◦ green 70 ◦ blue 28

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

Shades of Harley Davidson Orange #DC461C

Tints of Harley Davidson Orange #DC461C

RGB

 RED value IS 220 (86.33% from 255) = 69.18%

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

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

R = 69.18%
G = 22.01%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#DC461C (or 0xDC461C) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 1C. RGB value is (220,70,28). Sum of RGB (Red+Green+Blue) = 220+70+28=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 70 (27.73% from 255 or 22.01% from 318); Blue value is 28 (11.33% from 255 or 8.81% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DC461C is #23B9E3. Grayscale: #6E6E6E. Windows color (decimal): -2341348 or 1853148. OLE color: 1853148.

HSL color Cylindrical-coordinate representation of color #DC461C: hue angle of 13.12º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DC461C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 70 28 -
CMYK 0 0.68 0.87 0.14
HSL 13.13º 0.77% 0.49% -
HSV(B) 13.13º 0.87% 0.86% -
XYZ 31.91 19.68 3.22 -
YUV 110.06 81.7 206.42 -
System Red Green Blue C M Y K H S L
Decimal 220 70 28 0 0.68 0.87 0.14 13.13 0.77 0.49
Hex DC 46 1C 0 44 57 E D 4D 31
Octal 334 106 34 0 104 127 16 15 115 61
Binary 11011100 1000110 11100 0 1000100 1010111 1110 1101 1001101 110001

Color Harmonies of #DC461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC461C

Black with #DC461C

Text Example


Text Example

White with #DC461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC461C; }

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

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

background-color css

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

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

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

border-color css

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

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

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