Html Css Color HEX #DC3306 Harley Davidson Orange

📋 copy color: '#DC3306'

red 220 ◦ green 51 ◦ blue 6

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

Shades of Harley Davidson Orange #DC3306

Tints of Harley Davidson Orange #DC3306

RGB

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

 GREEN value IS 51 (20.31% from 255) = 18.41%

 BLUE value IS 6 (2.73% from 255) = 2.17%

R = 79.42%
G = 18.41%
B = 2.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.97

 K value IS 0.14

RGB Variations

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

Color information

#DC3306 (or 0xDC3306) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 06. RGB value is (220,51,6). Sum of RGB (Red+Green+Blue) = 220+51+6=277 (36% of max value = 765). Red value is 220 (86.33% from 255 or 79.42% from 277); Green value is 51 (20.31% from 255 or 18.41% from 277); Blue value is 6 (2.73% from 255 or 2.17% from 277); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3306 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3306 is #23CCF9. Grayscale: #606060. Windows color (decimal): -2346234 or 406492. OLE color: 406492.

HSL color Cylindrical-coordinate representation of color #DC3306: hue angle of 12.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC3306 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 51 6 -
CMYK 0 0.77 0.97 0.14
HSL 12.62º 0.95% 0.44% -
HSV(B) 12.62º 0.97% 0.86% -
XYZ 30.73 17.6 1.95 -
YUV 96.4 76.99 216.16 -
System Red Green Blue C M Y K H S L
Decimal 220 51 6 0 0.77 0.97 0.14 12.62 0.95 0.44
Hex DC 33 6 0 4D 61 E D 5F 2C
Octal 334 63 6 0 115 141 16 15 137 54
Binary 11011100 110011 110 0 1001101 1100001 1110 1101 1011111 101100

Color Harmonies of #DC3306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3306

Black with #DC3306

Text Example


Text Example

White with #DC3306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3306; }

 p { color: rgb(220,51,6); }

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

background-color css

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

 a { background-color: rgb(220,51,6); }

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

border-color css

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

 span { border-color: rgb(220,51,6); }

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