Html Css Color HEX #DC3419 Harley Davidson Orange

📋 copy color: '#DC3419'

red 220 ◦ green 52 ◦ blue 25

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

Shades of Harley Davidson Orange #DC3419

Tints of Harley Davidson Orange #DC3419

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.51%

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

R = 74.07%
G = 17.51%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.14

RGB Variations

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

Color information

#DC3419 (or 0xDC3419) is known color: Harley Davidson Orange. HEX triplet: DC, 34 and 19. RGB value is (220,52,25). Sum of RGB (Red+Green+Blue) = 220+52+25=297 (39% of max value = 765). Red value is 220 (86.33% from 255 or 74.07% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3419 is #23CBE6. Grayscale: #636363. Windows color (decimal): -2345959 or 1651932. OLE color: 1651932.

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

Color convert

RGB 220 52 25 -
CMYK 0 0.76 0.89 0.14
HSL 8.31º 0.8% 0.48% -
HSV(B) 8.31º 0.89% 0.86% -
XYZ 30.92 17.74 2.71 -
YUV 99.15 86.16 214.2 -
System Red Green Blue C M Y K H S L
Decimal 220 52 25 0 0.76 0.89 0.14 8.31 0.8 0.48
Hex DC 34 19 0 4C 59 E 8 50 30
Octal 334 64 31 0 114 131 16 10 120 60
Binary 11011100 110100 11001 0 1001100 1011001 1110 1000 1010000 110000

Color Harmonies of #DC3419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3419

Black with #DC3419

Text Example


Text Example

White with #DC3419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3419; }

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

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

background-color css

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

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

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

border-color css

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

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

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