Html Css Color HEX #CC3521 Harley Davidson Orange

📋 copy color: '#CC3521'

red 204 ◦ green 53 ◦ blue 33

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

Shades of Harley Davidson Orange #CC3521

Tints of Harley Davidson Orange #CC3521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 11.38%

R = 70.34%
G = 18.28%
B = 11.38%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3521 (or 0xCC3521) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 21. RGB value is (204,53,33). Sum of RGB (Red+Green+Blue) = 204+53+33=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 53 (21.09% from 255 or 18.28% from 290); Blue value is 33 (13.28% from 255 or 11.38% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3521 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3521 is #33CADE. Grayscale: #606060. Windows color (decimal): -3394271 or 2176460. OLE color: 2176460.

HSL color Cylindrical-coordinate representation of color #CC3521: hue angle of 7.02º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC3521 is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 53 33 -
CMYK 0 0.74 0.84 0.2
HSL 7.02º 0.72% 0.46% -
HSV(B) 7.02º 0.84% 0.8% -
XYZ 26.45 15.49 3.04 -
YUV 95.87 92.53 205.13 -
System Red Green Blue C M Y K H S L
Decimal 204 53 33 0 0.74 0.84 0.2 7.02 0.72 0.46
Hex CC 35 21 0 4A 54 14 7 48 2E
Octal 314 65 41 0 112 124 24 7 110 56
Binary 11001100 110101 100001 0 1001010 1010100 10100 111 1001000 101110

Color Harmonies of #CC3521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3521

Black with #CC3521

Text Example


Text Example

White with #CC3521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3521; }

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

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

background-color css

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

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

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

border-color css

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

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

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