Html Css Color HEX #CC3522 Harley Davidson Orange

📋 copy color: '#CC3522'

red 204 ◦ green 53 ◦ blue 34

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

Shades of Harley Davidson Orange #CC3522

Tints of Harley Davidson Orange #CC3522

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.21%

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

R = 70.1%
G = 18.21%
B = 11.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.2

RGB Variations

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

Color information

#CC3522 (or 0xCC3522) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 22. RGB value is (204,53,34). Sum of RGB (Red+Green+Blue) = 204+53+34=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 34 (13.67% from 255 or 11.68% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3522 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3522 is #33CADD. Grayscale: #606060. Windows color (decimal): -3394270 or 2241996. OLE color: 2241996.

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

Color convert

RGB 204 53 34 -
CMYK 0 0.74 0.83 0.2
HSL 6.71º 0.71% 0.47% -
HSV(B) 6.71º 0.83% 0.8% -
XYZ 26.46 15.5 3.11 -
YUV 95.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 204 53 34 0 0.74 0.83 0.2 6.71 0.71 0.47
Hex CC 35 22 0 4A 53 14 7 47 2F
Octal 314 65 42 0 112 123 24 7 107 57
Binary 11001100 110101 100010 0 1001010 1010011 10100 111 1000111 101111

Color Harmonies of #CC3522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3522

Black with #CC3522

Text Example


Text Example

White with #CC3522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3522; }

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

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

background-color css

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

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

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

border-color css

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

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

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