Html Css Color HEX #CC4520 Harley Davidson Orange

📋 copy color: '#CC4520'

red 204 ◦ green 69 ◦ blue 32

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

Shades of Harley Davidson Orange #CC4520

Tints of Harley Davidson Orange #CC4520

RGB

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

 GREEN value IS 69 (27.34% from 255) = 22.62%

 BLUE value IS 32 (12.89% from 255) = 10.49%

R = 66.89%
G = 22.62%
B = 10.49%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC4520 (or 0xCC4520) is known color: Harley Davidson Orange. HEX triplet: CC, 45 and 20. RGB value is (204,69,32). Sum of RGB (Red+Green+Blue) = 204+69+32=305 (40% of max value = 765). Red value is 204 (80.08% from 255 or 66.89% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 32 (12.89% from 255 or 10.49% from 305); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4520 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4520 is #33BADF. Grayscale: #696969. Windows color (decimal): -3390176 or 2115020. OLE color: 2115020.

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

Color convert

RGB 204 69 32 -
CMYK 0 0.66 0.84 0.2
HSL 12.91º 0.73% 0.46% -
HSV(B) 12.91º 0.84% 0.8% -
XYZ 27.29 17.2 3.25 -
YUV 105.15 86.73 198.51 -
System Red Green Blue C M Y K H S L
Decimal 204 69 32 0 0.66 0.84 0.2 12.91 0.73 0.46
Hex CC 45 20 0 42 54 14 D 49 2E
Octal 314 105 40 0 102 124 24 15 111 56
Binary 11001100 1000101 100000 0 1000010 1010100 10100 1101 1001001 101110

Color Harmonies of #CC4520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4520

Black with #CC4520

Text Example


Text Example

White with #CC4520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4520; }

 p { color: rgb(204,69,32); }

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

background-color css

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

 a { background-color: rgb(204,69,32); }

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

border-color css

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

 span { border-color: rgb(204,69,32); }

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