Html Css Color HEX #CC3322 Harley Davidson Orange

📋 copy color: '#CC3322'

red 204 ◦ green 51 ◦ blue 34

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

Shades of Harley Davidson Orange #CC3322

Tints of Harley Davidson Orange #CC3322

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.65%

 BLUE value IS 34 (13.67% from 255) = 11.76%

R = 70.59%
G = 17.65%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3322 (or 0xCC3322) is known color: Harley Davidson Orange. HEX triplet: CC, 33 and 22. RGB value is (204,51,34). Sum of RGB (Red+Green+Blue) = 204+51+34=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 34 (13.67% from 255 or 11.76% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3322 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3322 is #33CCDD. Grayscale: #5F5F5F. Windows color (decimal): -3394782 or 2241484. OLE color: 2241484.

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

Color convert

RGB 204 51 34 -
CMYK 0 0.75 0.83 0.2
HSL 0.71% 0.47% -
HSV(B) 0.83% 0.8% -
XYZ 26.37 15.32 3.08 -
YUV 94.81 93.69 205.88 -
System Red Green Blue C M Y K H S L
Decimal 204 51 34 0 0.75 0.83 0.2 6 0.71 0.47
Hex CC 33 22 0 4B 53 14 6 47 2F
Octal 314 63 42 0 113 123 24 6 107 57
Binary 11001100 110011 100010 0 1001011 1010011 10100 110 1000111 101111

Color Harmonies of #CC3322

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3322

Black with #CC3322

Text Example


Text Example

White with #CC3322

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3322; }

 p { color: rgb(204,51,34); }

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

background-color css

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

 a { background-color: rgb(204,51,34); }

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

border-color css

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

 span { border-color: rgb(204,51,34); }

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