Html Css Color HEX #CC3222 Harley Davidson Orange

📋 copy color: '#CC3222'

red 204 ◦ green 50 ◦ blue 34

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

Shades of Harley Davidson Orange #CC3222

Tints of Harley Davidson Orange #CC3222

RGB

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

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

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

R = 70.83%
G = 17.36%
B = 11.81%

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

#CC3222 (or 0xCC3222) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 22. RGB value is (204,50,34). Sum of RGB (Red+Green+Blue) = 204+50+34=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 50 (19.92% from 255 or 17.36% from 288); Blue value is 34 (13.67% from 255 or 11.81% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3222 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3222 is #33CDDD. Grayscale: #5E5E5E. Windows color (decimal): -3395038 or 2241228. OLE color: 2241228.

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

Color convert

RGB 204 50 34 -
CMYK 0 0.75 0.83 0.2
HSL 5.65º 0.71% 0.47% -
HSV(B) 5.65º 0.83% 0.8% -
XYZ 26.33 15.23 3.07 -
YUV 94.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 204 50 34 0 0.75 0.83 0.2 5.65 0.71 0.47
Hex CC 32 22 0 4B 53 14 6 47 2F
Octal 314 62 42 0 113 123 24 6 107 57
Binary 11001100 110010 100010 0 1001011 1010011 10100 110 1000111 101111

Color Harmonies of #CC3222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3222

Black with #CC3222

Text Example


Text Example

White with #CC3222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3222; }

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

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

background-color css

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

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

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

border-color css

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

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

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