Html Css Color HEX #DC2201 Harley Davidson Orange

📋 copy color: '#DC2201'

red 220 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #DC2201

Tints of Harley Davidson Orange #DC2201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.33%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 86.27%
G = 13.33%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 1.00

 K value IS 0.14

RGB Variations

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

Color information

#DC2201 (or 0xDC2201) is known color: Harley Davidson Orange. HEX triplet: DC, 22 and 01. RGB value is (220,34,1). Sum of RGB (Red+Green+Blue) = 220+34+1=255 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.27% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2201 is #23DDFE. Grayscale: #565656. Windows color (decimal): -2350591 or 74460. OLE color: 74460.

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

Color convert

RGB 220 34 1 -
CMYK 0 0.85 1.00 0.14
HSL 9.04º 0.99% 0.43% -
HSV(B) 9.04º 1% 0.86% -
XYZ 30.09 16.36 1.6 -
YUV 85.85 80.12 223.68 -
System Red Green Blue C M Y K H S L
Decimal 220 34 1 0 0.85 1.00 0.14 9.04 0.99 0.43
Hex DC 22 1 0 55 64 E 9 63 2B
Octal 334 42 1 0 125 144 16 11 143 53
Binary 11011100 100010 1 0 1010101 1100100 1110 1001 1100011 101011

Color Harmonies of #DC2201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2201

Black with #DC2201

Text Example


Text Example

White with #DC2201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2201; }

 p { color: rgb(220,34,1); }

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

background-color css

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

 a { background-color: rgb(220,34,1); }

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

border-color css

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

 span { border-color: rgb(220,34,1); }

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