Html Css Color HEX #CC3000 Harley Davidson Orange

📋 copy color: '#CC3000'

red 204 ◦ green 48 ◦ blue 0

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

Shades of Harley Davidson Orange #CC3000

Tints of Harley Davidson Orange #CC3000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 80.95%
G = 19.05%
B = 0%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC3000 (or 0xCC3000) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 00. RGB value is (204,48,0). Sum of RGB (Red+Green+Blue) = 204+48+0=252 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.95% from 252); Green value is 48 (19.14% from 255 or 19.05% from 252); Blue value is 0 (0.39% from 255 or 0% from 252); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3000 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3000 is #33CFFF. Grayscale: #595959. Windows color (decimal): -3395584 or 12492. OLE color: 12492.

HSL color Cylindrical-coordinate representation of color #CC3000: hue angle of 14.12º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC3000 is Cyan = 0, Magento = 0.76, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 48 0 -
CMYK 0 0.76 1 0.2
HSL 14.12º 1% 0.4% -
HSV(B) 14.12º 1% 0.8% -
XYZ 25.96 14.95 1.52 -
YUV 89.17 77.68 209.9 -
System Red Green Blue C M Y K H S L
Decimal 204 48 0 0 0.76 1 0.2 14.12 1 0.4
Hex CC 30 0 0 4C 64 14 E 64 28
Octal 314 60 0 0 114 144 24 16 144 50
Binary 11001100 110000 0 0 1001100 1100100 10100 1110 1100100 101000

Color Harmonies of #CC3000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3000

Black with #CC3000

Text Example


Text Example

White with #CC3000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3000; }

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

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

background-color css

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

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

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

border-color css

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

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

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