Html Css Color HEX #DC4419 Harley Davidson Orange

📋 copy color: '#DC4419'

red 220 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #DC4419

Tints of Harley Davidson Orange #DC4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.73%

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

R = 70.29%
G = 21.73%
B = 7.99%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC4419 (or 0xDC4419) is known color: Harley Davidson Orange. HEX triplet: DC, 44 and 19. RGB value is (220,68,25). Sum of RGB (Red+Green+Blue) = 220+68+25=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 25 (10.16% from 255 or 7.99% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC4419 is #23BBE6. Grayscale: #6C6C6C. Windows color (decimal): -2341863 or 1656028. OLE color: 1656028.

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

Color convert

RGB 220 68 25 -
CMYK 0 0.69 0.89 0.14
HSL 13.23º 0.8% 0.48% -
HSV(B) 13.23º 0.89% 0.86% -
XYZ 31.76 19.42 2.99 -
YUV 108.55 80.86 207.5 -
System Red Green Blue C M Y K H S L
Decimal 220 68 25 0 0.69 0.89 0.14 13.23 0.8 0.48
Hex DC 44 19 0 45 59 E D 50 30
Octal 334 104 31 0 105 131 16 15 120 60
Binary 11011100 1000100 11001 0 1000101 1011001 1110 1101 1010000 110000

Color Harmonies of #DC4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4419

Black with #DC4419

Text Example


Text Example

White with #DC4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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