Html Css Color HEX #CC3003 Harley Davidson Orange

📋 copy color: '#CC3003'

red 204 ◦ green 48 ◦ blue 3

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

Shades of Harley Davidson Orange #CC3003

Tints of Harley Davidson Orange #CC3003

RGB

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

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

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

R = 80%
G = 18.82%
B = 1.18%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC3003 (or 0xCC3003) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 03. RGB value is (204,48,3). Sum of RGB (Red+Green+Blue) = 204+48+3=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 48 (19.14% from 255 or 18.82% from 255); Blue value is 3 (1.56% from 255 or 1.18% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3003 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3003 is #33CFFC. Grayscale: #595959. Windows color (decimal): -3395581 or 209100. OLE color: 209100.

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

Color convert

RGB 204 48 3 -
CMYK 0 0.76 0.99 0.2
HSL 13.43º 0.97% 0.41% -
HSV(B) 13.43º 0.99% 0.8% -
XYZ 25.98 14.96 1.6 -
YUV 89.51 79.18 209.66 -
System Red Green Blue C M Y K H S L
Decimal 204 48 3 0 0.76 0.99 0.2 13.43 0.97 0.41
Hex CC 30 3 0 4C 63 14 D 61 29
Octal 314 60 3 0 114 143 24 15 141 51
Binary 11001100 110000 11 0 1001100 1100011 10100 1101 1100001 101001

Color Harmonies of #CC3003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3003

Black with #CC3003

Text Example


Text Example

White with #CC3003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3003; }

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

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

background-color css

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

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

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

border-color css

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

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

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