Html Css Color HEX #CC3200 Harley Davidson Orange

📋 copy color: '#CC3200'

red 204 ◦ green 50 ◦ blue 0

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

Shades of Harley Davidson Orange #CC3200

Tints of Harley Davidson Orange #CC3200

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.69%

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

R = 80.31%
G = 19.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC3200 (or 0xCC3200) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 00. RGB value is (204,50,0). Sum of RGB (Red+Green+Blue) = 204+50+0=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 50 (19.92% from 255 or 19.69% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3200 is #33CDFF. Grayscale: #5A5A5A. Windows color (decimal): -3395072 or 13004. OLE color: 13004.

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

Color convert

RGB 204 50 0 -
CMYK 0 0.75 1 0.2
HSL 14.71º 1% 0.4% -
HSV(B) 14.71º 1% 0.8% -
XYZ 26.04 15.12 1.55 -
YUV 90.35 77.02 209.07 -
System Red Green Blue C M Y K H S L
Decimal 204 50 0 0 0.75 1 0.2 14.71 1 0.4
Hex CC 32 0 0 4B 64 14 F 64 28
Octal 314 62 0 0 113 144 24 17 144 50
Binary 11001100 110010 0 0 1001011 1100100 10100 1111 1100100 101000

Color Harmonies of #CC3200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3200

Black with #CC3200

Text Example


Text Example

White with #CC3200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3200; }

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

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

background-color css

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

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

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

border-color css

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

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

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