Html Css Color HEX #DC3300 Harley Davidson Orange

📋 copy color: '#DC3300'

red 220 ◦ green 51 ◦ blue 0

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

Shades of Harley Davidson Orange #DC3300

Tints of Harley Davidson Orange #DC3300

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 81.18%
G = 18.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 1

 K value IS 0.14

RGB Variations

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

Color information

#DC3300 (or 0xDC3300) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 00. RGB value is (220,51,0). Sum of RGB (Red+Green+Blue) = 220+51+0=271 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.18% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 0 (0.39% from 255 or 0% from 271); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3300 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3300 is #23CCFF. Grayscale: #606060. Windows color (decimal): -2346240 or 13276. OLE color: 13276.

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

Color convert

RGB 220 51 0 -
CMYK 0 0.77 1 0.14
HSL 13.91º 1% 0.43% -
HSV(B) 13.91º 1% 0.86% -
XYZ 30.7 17.58 1.78 -
YUV 95.72 73.99 216.65 -
System Red Green Blue C M Y K H S L
Decimal 220 51 0 0 0.77 1 0.14 13.91 1 0.43
Hex DC 33 0 0 4D 64 E E 64 2B
Octal 334 63 0 0 115 144 16 16 144 53
Binary 11011100 110011 0 0 1001101 1100100 1110 1110 1100100 101011

Color Harmonies of #DC3300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3300

Black with #DC3300

Text Example


Text Example

White with #DC3300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3300; }

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

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

background-color css

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

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

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

border-color css

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

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

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