Html Css Color HEX #CC321C Harley Davidson Orange

📋 copy color: '#CC321C'

red 204 ◦ green 50 ◦ blue 28

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

Shades of Harley Davidson Orange #CC321C

Tints of Harley Davidson Orange #CC321C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.93%

R = 72.34%
G = 17.73%
B = 9.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CC321C (or 0xCC321C) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 1C. RGB value is (204,50,28). Sum of RGB (Red+Green+Blue) = 204+50+28=282 (37% of max value = 765). Red value is 204 (80.08% from 255 or 72.34% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 28 (11.33% from 255 or 9.93% from 282); Max value from RGB is 204 - color contains mainly: red. Hex color #CC321C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC321C is #33CDE3. Grayscale: #5D5D5D. Windows color (decimal): -3395044 or 1848012. OLE color: 1848012.

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

Color convert

RGB 204 50 28 -
CMYK 0 0.75 0.86 0.2
HSL 7.5º 0.76% 0.45% -
HSV(B) 7.5º 0.86% 0.8% -
XYZ 26.25 15.2 2.65 -
YUV 93.54 91.02 206.79 -
System Red Green Blue C M Y K H S L
Decimal 204 50 28 0 0.75 0.86 0.2 7.5 0.76 0.45
Hex CC 32 1C 0 4B 56 14 8 4C 2D
Octal 314 62 34 0 113 126 24 10 114 55
Binary 11001100 110010 11100 0 1001011 1010110 10100 1000 1001100 101101

Color Harmonies of #CC321C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC321C

Black with #CC321C

Text Example


Text Example

White with #CC321C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC321C; }

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

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

background-color css

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

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

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

border-color css

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

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

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