Html Css Color HEX #CC3421 Harley Davidson Orange

📋 copy color: '#CC3421'

red 204 ◦ green 52 ◦ blue 33

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

Shades of Harley Davidson Orange #CC3421

Tints of Harley Davidson Orange #CC3421

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.99%

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

R = 70.59%
G = 17.99%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3421 (or 0xCC3421) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 21. RGB value is (204,52,33). Sum of RGB (Red+Green+Blue) = 204+52+33=289 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.59% from 289); Green value is 52 (20.70% from 255 or 17.99% from 289); Blue value is 33 (13.28% from 255 or 11.42% from 289); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3421 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3421 is #33CBDE. Grayscale: #5F5F5F. Windows color (decimal): -3394527 or 2176204. OLE color: 2176204.

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

Color convert

RGB 204 52 33 -
CMYK 0 0.75 0.84 0.2
HSL 6.67º 0.72% 0.46% -
HSV(B) 6.67º 0.84% 0.8% -
XYZ 26.4 15.4 3.02 -
YUV 95.28 92.86 205.54 -
System Red Green Blue C M Y K H S L
Decimal 204 52 33 0 0.75 0.84 0.2 6.67 0.72 0.46
Hex CC 34 21 0 4B 54 14 7 48 2E
Octal 314 64 41 0 113 124 24 7 110 56
Binary 11001100 110100 100001 0 1001011 1010100 10100 111 1001000 101110

Color Harmonies of #CC3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3421

Black with #CC3421

Text Example


Text Example

White with #CC3421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3421; }

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

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

background-color css

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

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

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

border-color css

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

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

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