Html Css Color HEX #CC3720 Harley Davidson Orange

📋 copy color: '#CC3720'

red 204 ◦ green 55 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3720

Tints of Harley Davidson Orange #CC3720

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.9%

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

R = 70.1%
G = 18.9%
B = 11%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3720 (or 0xCC3720) is known color: Harley Davidson Orange. HEX triplet: CC, 37 and 20. RGB value is (204,55,32). Sum of RGB (Red+Green+Blue) = 204+55+32=291 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.10% from 291); Green value is 55 (21.88% from 255 or 18.90% from 291); Blue value is 32 (12.89% from 255 or 11.00% from 291); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3720 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3720 is #33C8DF. Grayscale: #616161. Windows color (decimal): -3393760 or 2111436. OLE color: 2111436.

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

Color convert

RGB 204 55 32 -
CMYK 0 0.73 0.84 0.2
HSL 8.02º 0.73% 0.46% -
HSV(B) 8.02º 0.84% 0.8% -
XYZ 26.53 15.67 2.99 -
YUV 96.93 91.36 204.37 -
System Red Green Blue C M Y K H S L
Decimal 204 55 32 0 0.73 0.84 0.2 8.02 0.73 0.46
Hex CC 37 20 0 49 54 14 8 49 2E
Octal 314 67 40 0 111 124 24 10 111 56
Binary 11001100 110111 100000 0 1001001 1010100 10100 1000 1001001 101110

Color Harmonies of #CC3720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3720

Black with #CC3720

Text Example


Text Example

White with #CC3720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3720; }

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

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

background-color css

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

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

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

border-color css

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

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

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