Html Css Color HEX #DC3002 Harley Davidson Orange

📋 copy color: '#DC3002'

red 220 ◦ green 48 ◦ blue 2

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

Shades of Harley Davidson Orange #DC3002

Tints of Harley Davidson Orange #DC3002

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.78%

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

R = 81.48%
G = 17.78%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#DC3002 (or 0xDC3002) is known color: Harley Davidson Orange. HEX triplet: DC, 30 and 02. RGB value is (220,48,2). Sum of RGB (Red+Green+Blue) = 220+48+2=270 (35% of max value = 765). Red value is 220 (86.33% from 255 or 81.48% from 270); Green value is 48 (19.14% from 255 or 17.78% from 270); Blue value is 2 (1.17% from 255 or 0.74% from 270); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3002 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #DC3002 is #23CFFD. Grayscale: #5E5E5E. Windows color (decimal): -2347006 or 143580. OLE color: 143580.

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

Color convert

RGB 220 48 2 -
CMYK 0 0.78 0.99 0.14
HSL 12.66º 0.98% 0.44% -
HSV(B) 12.66º 0.99% 0.86% -
XYZ 30.58 17.33 1.79 -
YUV 94.18 75.98 217.74 -
System Red Green Blue C M Y K H S L
Decimal 220 48 2 0 0.78 0.99 0.14 12.66 0.98 0.44
Hex DC 30 2 0 4E 63 E D 62 2C
Octal 334 60 2 0 116 143 16 15 142 54
Binary 11011100 110000 10 0 1001110 1100011 1110 1101 1100010 101100

Color Harmonies of #DC3002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3002

Black with #DC3002

Text Example


Text Example

White with #DC3002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3002; }

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

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

background-color css

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

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

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

border-color css

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

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

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