Html Css Color HEX #DC2002 Harley Davidson Orange

📋 copy color: '#DC2002'

red 220 ◦ green 32 ◦ blue 2

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

Shades of Harley Davidson Orange #DC2002

Tints of Harley Davidson Orange #DC2002

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.6%

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

R = 86.61%
G = 12.6%
B = 0.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC2002 (or 0xDC2002) is known color: Harley Davidson Orange. HEX triplet: DC, 20 and 02. RGB value is (220,32,2). Sum of RGB (Red+Green+Blue) = 220+32+2=254 (33% of max value = 765). Red value is 220 (86.33% from 255 or 86.61% from 254); Green value is 32 (12.89% from 255 or 12.60% from 254); Blue value is 2 (1.17% from 255 or 0.79% from 254); Max value from RGB is 220 - color contains mainly: red. Hex color #DC2002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC2002 is #23DFFD. Grayscale: #555555. Windows color (decimal): -2351102 or 139484. OLE color: 139484.

HSL color Cylindrical-coordinate representation of color #DC2002: hue angle of 8.26º 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 #DC2002 is Cyan = 0, Magento = 0.85, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 32 2 -
CMYK 0 0.85 0.99 0.14
HSL 8.26º 0.98% 0.44% -
HSV(B) 8.26º 0.99% 0.86% -
XYZ 30.04 16.25 1.61 -
YUV 84.79 81.28 224.44 -
System Red Green Blue C M Y K H S L
Decimal 220 32 2 0 0.85 0.99 0.14 8.26 0.98 0.44
Hex DC 20 2 0 55 63 E 8 62 2C
Octal 334 40 2 0 125 143 16 10 142 54
Binary 11011100 100000 10 0 1010101 1100011 1110 1000 1100010 101100

Color Harmonies of #DC2002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC2002

Black with #DC2002

Text Example


Text Example

White with #DC2002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC2002; }

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

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

background-color css

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

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

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

border-color css

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

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

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