Html Css Color HEX #DC3302 Harley Davidson Orange

📋 copy color: '#DC3302'

red 220 ◦ green 51 ◦ blue 2

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

Shades of Harley Davidson Orange #DC3302

Tints of Harley Davidson Orange #DC3302

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 80.59%
G = 18.68%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC3302 (or 0xDC3302) is known color: Harley Davidson Orange. HEX triplet: DC, 33 and 02. RGB value is (220,51,2). Sum of RGB (Red+Green+Blue) = 220+51+2=273 (36% of max value = 765). Red value is 220 (86.33% from 255 or 80.59% from 273); Green value is 51 (20.31% from 255 or 18.68% from 273); Blue value is 2 (1.17% from 255 or 0.73% from 273); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3302 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3302 is #23CCFD. Grayscale: #606060. Windows color (decimal): -2346238 or 144348. OLE color: 144348.

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

Color convert

RGB 220 51 2 -
CMYK 0 0.77 0.99 0.14
HSL 13.49º 0.98% 0.44% -
HSV(B) 13.49º 0.99% 0.86% -
XYZ 30.71 17.59 1.83 -
YUV 95.95 74.99 216.48 -
System Red Green Blue C M Y K H S L
Decimal 220 51 2 0 0.77 0.99 0.14 13.49 0.98 0.44
Hex DC 33 2 0 4D 63 E D 62 2C
Octal 334 63 2 0 115 143 16 15 142 54
Binary 11011100 110011 10 0 1001101 1100011 1110 1101 1100010 101100

Color Harmonies of #DC3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3302

Black with #DC3302

Text Example


Text Example

White with #DC3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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