Html Css Color HEX #CC3920 Harley Davidson Orange

📋 copy color: '#CC3920'

red 204 ◦ green 57 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3920

Tints of Harley Davidson Orange #CC3920

RGB

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

 GREEN value IS 57 (22.66% from 255) = 19.45%

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

R = 69.62%
G = 19.45%
B = 10.92%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3920 (or 0xCC3920) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 20. RGB value is (204,57,32). Sum of RGB (Red+Green+Blue) = 204+57+32=293 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.62% from 293); Green value is 57 (22.66% from 255 or 19.45% from 293); Blue value is 32 (12.89% from 255 or 10.92% from 293); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3920 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3920 is #33C6DF. Grayscale: #626262. Windows color (decimal): -3393248 or 2111948. OLE color: 2111948.

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

Color convert

RGB 204 57 32 -
CMYK 0 0.72 0.84 0.2
HSL 8.72º 0.73% 0.46% -
HSV(B) 8.72º 0.84% 0.8% -
XYZ 26.63 15.87 3.03 -
YUV 98.1 90.7 203.53 -
System Red Green Blue C M Y K H S L
Decimal 204 57 32 0 0.72 0.84 0.2 8.72 0.73 0.46
Hex CC 39 20 0 48 54 14 9 49 2E
Octal 314 71 40 0 110 124 24 11 111 56
Binary 11001100 111001 100000 0 1001000 1010100 10100 1001 1001001 101110

Color Harmonies of #CC3920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3920

Black with #CC3920

Text Example


Text Example

White with #CC3920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3920; }

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

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

background-color css

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

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

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

border-color css

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

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

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