Html Css Color HEX #DC4619 Harley Davidson Orange

📋 copy color: '#DC4619'

red 220 ◦ green 70 ◦ blue 25

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

Shades of Harley Davidson Orange #DC4619

Tints of Harley Davidson Orange #DC4619

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 7.94%

R = 69.84%
G = 22.22%
B = 7.94%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC4619 (or 0xDC4619) is known color: Harley Davidson Orange. HEX triplet: DC, 46 and 19. RGB value is (220,70,25). Sum of RGB (Red+Green+Blue) = 220+70+25=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 70 (27.73% from 255 or 22.22% from 315); Blue value is 25 (10.16% from 255 or 7.94% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4619 is #23B9E6. Grayscale: #6E6E6E. Windows color (decimal): -2341351 or 1656540. OLE color: 1656540.

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

Color convert

RGB 220 70 25 -
CMYK 0 0.68 0.89 0.14
HSL 13.85º 0.8% 0.48% -
HSV(B) 13.85º 0.89% 0.86% -
XYZ 31.88 19.67 3.04 -
YUV 109.72 80.2 206.66 -
System Red Green Blue C M Y K H S L
Decimal 220 70 25 0 0.68 0.89 0.14 13.85 0.8 0.48
Hex DC 46 19 0 44 59 E E 50 30
Octal 334 106 31 0 104 131 16 16 120 60
Binary 11011100 1000110 11001 0 1000100 1011001 1110 1110 1010000 110000

Color Harmonies of #DC4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4619

Black with #DC4619

Text Example


Text Example

White with #DC4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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