Html Css Color HEX #CC3820 Harley Davidson Orange

📋 copy color: '#CC3820'

red 204 ◦ green 56 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3820

Tints of Harley Davidson Orange #CC3820

RGB

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

 GREEN value IS 56 (22.27% from 255) = 19.18%

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

R = 69.86%
G = 19.18%
B = 10.96%

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

#CC3820 (or 0xCC3820) is known color: Harley Davidson Orange. HEX triplet: CC, 38 and 20. RGB value is (204,56,32). Sum of RGB (Red+Green+Blue) = 204+56+32=292 (38% of max value = 765). Red value is 204 (80.08% from 255 or 69.86% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 32 (12.89% from 255 or 10.96% from 292); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3820 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3820 is #33C7DF. Grayscale: #616161. Windows color (decimal): -3393504 or 2111692. OLE color: 2111692.

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

Color convert

RGB 204 56 32 -
CMYK 0 0.73 0.84 0.2
HSL 8.37º 0.73% 0.46% -
HSV(B) 8.37º 0.84% 0.8% -
XYZ 26.58 15.77 3.01 -
YUV 97.52 91.03 203.95 -
System Red Green Blue C M Y K H S L
Decimal 204 56 32 0 0.73 0.84 0.2 8.37 0.73 0.46
Hex CC 38 20 0 49 54 14 8 49 2E
Octal 314 70 40 0 111 124 24 10 111 56
Binary 11001100 111000 100000 0 1001001 1010100 10100 1000 1001001 101110

Color Harmonies of #CC3820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3820

Black with #CC3820

Text Example


Text Example

White with #CC3820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3820; }

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

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

background-color css

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

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

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

border-color css

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

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

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