Html Css Color HEX #CC3420 Harley Davidson Orange

📋 copy color: '#CC3420'

red 204 ◦ green 52 ◦ blue 32

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

Shades of Harley Davidson Orange #CC3420

Tints of Harley Davidson Orange #CC3420

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.06%

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

R = 70.83%
G = 18.06%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC3420 (or 0xCC3420) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 20. RGB value is (204,52,32). Sum of RGB (Red+Green+Blue) = 204+52+32=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 52 (20.70% from 255 or 18.06% from 288); Blue value is 32 (12.89% from 255 or 11.11% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3420 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC3420 is #33CBDF. Grayscale: #5F5F5F. Windows color (decimal): -3394528 or 2110668. OLE color: 2110668.

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

Color convert

RGB 204 52 32 -
CMYK 0 0.75 0.84 0.2
HSL 6.98º 0.73% 0.46% -
HSV(B) 6.98º 0.84% 0.8% -
XYZ 26.39 15.4 2.95 -
YUV 95.17 92.36 205.63 -
System Red Green Blue C M Y K H S L
Decimal 204 52 32 0 0.75 0.84 0.2 6.98 0.73 0.46
Hex CC 34 20 0 4B 54 14 7 49 2E
Octal 314 64 40 0 113 124 24 7 111 56
Binary 11001100 110100 100000 0 1001011 1010100 10100 111 1001001 101110

Color Harmonies of #CC3420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3420

Black with #CC3420

Text Example


Text Example

White with #CC3420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3420; }

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

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

background-color css

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

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

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

border-color css

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

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

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