Html Css Color HEX #CC4120 Harley Davidson Orange

📋 copy color: '#CC4120'

red 204 ◦ green 65 ◦ blue 32

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

Shades of Harley Davidson Orange #CC4120

Tints of Harley Davidson Orange #CC4120

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.59%

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

R = 67.77%
G = 21.59%
B = 10.63%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC4120 (or 0xCC4120) is known color: Harley Davidson Orange. HEX triplet: CC, 41 and 20. RGB value is (204,65,32). Sum of RGB (Red+Green+Blue) = 204+65+32=301 (39% of max value = 765). Red value is 204 (80.08% from 255 or 67.77% from 301); Green value is 65 (25.78% from 255 or 21.59% from 301); Blue value is 32 (12.89% from 255 or 10.63% from 301); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4120 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4120 is #33BEDF. Grayscale: #676767. Windows color (decimal): -3391200 or 2113996. OLE color: 2113996.

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

Color convert

RGB 204 65 32 -
CMYK 0 0.68 0.84 0.2
HSL 11.51º 0.73% 0.46% -
HSV(B) 11.51º 0.84% 0.8% -
XYZ 27.05 16.72 3.17 -
YUV 102.8 88.05 200.18 -
System Red Green Blue C M Y K H S L
Decimal 204 65 32 0 0.68 0.84 0.2 11.51 0.73 0.46
Hex CC 41 20 0 44 54 14 C 49 2E
Octal 314 101 40 0 104 124 24 14 111 56
Binary 11001100 1000001 100000 0 1000100 1010100 10100 1100 1001001 101110

Color Harmonies of #CC4120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4120

Black with #CC4120

Text Example


Text Example

White with #CC4120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4120; }

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

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

background-color css

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

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

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

border-color css

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

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

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