Html Css Color HEX #CC3202 Harley Davidson Orange

📋 copy color: '#CC3202'

red 204 ◦ green 50 ◦ blue 2

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

Shades of Harley Davidson Orange #CC3202

Tints of Harley Davidson Orange #CC3202

RGB

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

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

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

R = 79.69%
G = 19.53%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC3202 (or 0xCC3202) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 02. RGB value is (204,50,2). Sum of RGB (Red+Green+Blue) = 204+50+2=256 (33% of max value = 765). Red value is 204 (80.08% from 255 or 79.69% from 256); Green value is 50 (19.92% from 255 or 19.53% from 256); Blue value is 2 (1.17% from 255 or 0.78% from 256); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3202 is #33CDFD. Grayscale: #5A5A5A. Windows color (decimal): -3395070 or 144076. OLE color: 144076.

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

Color convert

RGB 204 50 2 -
CMYK 0 0.75 0.99 0.2
HSL 14.26º 0.98% 0.4% -
HSV(B) 14.26º 0.99% 0.8% -
XYZ 26.05 15.12 1.6 -
YUV 90.57 78.02 208.9 -
System Red Green Blue C M Y K H S L
Decimal 204 50 2 0 0.75 0.99 0.2 14.26 0.98 0.4
Hex CC 32 2 0 4B 63 14 E 62 28
Octal 314 62 2 0 113 143 24 16 142 50
Binary 11001100 110010 10 0 1001011 1100011 10100 1110 1100010 101000

Color Harmonies of #CC3202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3202

Black with #CC3202

Text Example


Text Example

White with #CC3202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3202; }

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

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

background-color css

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

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

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

border-color css

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

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

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