Html Css Color HEX #DC3613 Harley Davidson Orange

📋 copy color: '#DC3613'

red 220 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #DC3613

Tints of Harley Davidson Orange #DC3613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.43%

 BLUE value IS 19 (7.81% from 255) = 6.48%

R = 75.09%
G = 18.43%
B = 6.48%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#DC3613 (or 0xDC3613) is known color: Harley Davidson Orange. HEX triplet: DC, 36 and 13. RGB value is (220,54,19). Sum of RGB (Red+Green+Blue) = 220+54+19=293 (38% of max value = 765). Red value is 220 (86.33% from 255 or 75.09% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 19 (7.81% from 255 or 6.48% from 293); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3613 is #23C9EC. Grayscale: #636363. Windows color (decimal): -2345453 or 1259228. OLE color: 1259228.

HSL color Cylindrical-coordinate representation of color #DC3613: hue angle of 10.45º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DC3613 is Cyan = 0, Magento = 0.75, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 54 19 -
CMYK 0 0.75 0.91 0.14
HSL 10.45º 0.84% 0.47% -
HSV(B) 10.45º 0.91% 0.86% -
XYZ 30.95 17.9 2.44 -
YUV 99.64 82.5 213.85 -
System Red Green Blue C M Y K H S L
Decimal 220 54 19 0 0.75 0.91 0.14 10.45 0.84 0.47
Hex DC 36 13 0 4B 5B E A 54 2F
Octal 334 66 23 0 113 133 16 12 124 57
Binary 11011100 110110 10011 0 1001011 1011011 1110 1010 1010100 101111

Color Harmonies of #DC3613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3613

Black with #DC3613

Text Example


Text Example

White with #DC3613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3613; }

 p { color: rgb(220,54,19); }

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

background-color css

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

 a { background-color: rgb(220,54,19); }

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

border-color css

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

 span { border-color: rgb(220,54,19); }

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