Html Css Color HEX #DC3509 Harley Davidson Orange

📋 copy color: '#DC3509'

red 220 ◦ green 53 ◦ blue 9

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

Shades of Harley Davidson Orange #DC3509

Tints of Harley Davidson Orange #DC3509

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.79%

 BLUE value IS 9 (3.91% from 255) = 3.19%

R = 78.01%
G = 18.79%
B = 3.19%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.96

 K value IS 0.14

RGB Variations

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

Color information

#DC3509 (or 0xDC3509) is known color: Harley Davidson Orange. HEX triplet: DC, 35 and 09. RGB value is (220,53,9). Sum of RGB (Red+Green+Blue) = 220+53+9=282 (37% of max value = 765). Red value is 220 (86.33% from 255 or 78.01% from 282); Green value is 53 (21.09% from 255 or 18.79% from 282); Blue value is 9 (3.91% from 255 or 3.19% from 282); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3509 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3509 is #23CAF6. Grayscale: #626262. Windows color (decimal): -2345719 or 603612. OLE color: 603612.

HSL color Cylindrical-coordinate representation of color #DC3509: hue angle of 12.51º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC3509 is Cyan = 0, Magento = 0.76, Yellow = 0.96 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 53 9 -
CMYK 0 0.76 0.96 0.14
HSL 12.51º 0.92% 0.45% -
HSV(B) 12.51º 0.96% 0.86% -
XYZ 30.84 17.78 2.07 -
YUV 97.92 77.83 215.08 -
System Red Green Blue C M Y K H S L
Decimal 220 53 9 0 0.76 0.96 0.14 12.51 0.92 0.45
Hex DC 35 9 0 4C 60 E D 5C 2D
Octal 334 65 11 0 114 140 16 15 134 55
Binary 11011100 110101 1001 0 1001100 1100000 1110 1101 1011100 101101

Color Harmonies of #DC3509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3509

Black with #DC3509

Text Example


Text Example

White with #DC3509

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3509; }

 p { color: rgb(220,53,9); }

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

background-color css

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

 a { background-color: rgb(220,53,9); }

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

border-color css

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

 span { border-color: rgb(220,53,9); }

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