Html Css Color HEX #CC2003 Harley Davidson Orange

📋 copy color: '#CC2003'

red 204 ◦ green 32 ◦ blue 3

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

Shades of Harley Davidson Orange #CC2003

Tints of Harley Davidson Orange #CC2003

RGB

 RED value IS 204 (80.08% from 255) = 85.36%

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

 BLUE value IS 3 (1.56% from 255) = 1.26%

R = 85.36%
G = 13.39%
B = 1.26%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC2003 (or 0xCC2003) is known color: Harley Davidson Orange. HEX triplet: CC, 20 and 03. RGB value is (204,32,3). Sum of RGB (Red+Green+Blue) = 204+32+3=239 (31% of max value = 765). Red value is 204 (80.08% from 255 or 85.36% from 239); Green value is 32 (12.89% from 255 or 13.39% from 239); Blue value is 3 (1.56% from 255 or 1.26% from 239); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2003 is #33DFFC. Grayscale: #505050. Windows color (decimal): -3399677 or 205004. OLE color: 205004.

HSL color Cylindrical-coordinate representation of color #CC2003: hue angle of 8.66º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC2003 is Cyan = 0, Magento = 0.84, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 32 3 -
CMYK 0 0.84 0.99 0.2
HSL 8.66º 0.97% 0.41% -
HSV(B) 8.66º 0.99% 0.8% -
XYZ 25.43 13.88 1.42 -
YUV 80.12 84.48 216.36 -
System Red Green Blue C M Y K H S L
Decimal 204 32 3 0 0.84 0.99 0.2 8.66 0.97 0.41
Hex CC 20 3 0 54 63 14 9 61 29
Octal 314 40 3 0 124 143 24 11 141 51
Binary 11001100 100000 11 0 1010100 1100011 10100 1001 1100001 101001

Color Harmonies of #CC2003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2003

Black with #CC2003

Text Example


Text Example

White with #CC2003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2003; }

 p { color: rgb(204,32,3); }

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

background-color css

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

 a { background-color: rgb(204,32,3); }

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

border-color css

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

 span { border-color: rgb(204,32,3); }

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