Html Css Color HEX #CC4320 Harley Davidson Orange

📋 copy color: '#CC4320'

red 204 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #CC4320

Tints of Harley Davidson Orange #CC4320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.11%

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

R = 67.33%
G = 22.11%
B = 10.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.84

 K value IS 0.2

RGB Variations

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

Color information

#CC4320 (or 0xCC4320) is known color: Harley Davidson Orange. HEX triplet: CC, 43 and 20. RGB value is (204,67,32). Sum of RGB (Red+Green+Blue) = 204+67+32=303 (40% of max value = 765). Red value is 204 (80.08% from 255 or 67.33% from 303); Green value is 67 (26.56% from 255 or 22.11% from 303); Blue value is 32 (12.89% from 255 or 10.56% from 303); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC4320 is #33BCDF. Grayscale: #686868. Windows color (decimal): -3390688 or 2114508. OLE color: 2114508.

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

Color convert

RGB 204 67 32 -
CMYK 0 0.67 0.84 0.2
HSL 12.21º 0.73% 0.46% -
HSV(B) 12.21º 0.84% 0.8% -
XYZ 27.17 16.96 3.21 -
YUV 103.97 87.39 199.35 -
System Red Green Blue C M Y K H S L
Decimal 204 67 32 0 0.67 0.84 0.2 12.21 0.73 0.46
Hex CC 43 20 0 43 54 14 C 49 2E
Octal 314 103 40 0 103 124 24 14 111 56
Binary 11001100 1000011 100000 0 1000011 1010100 10100 1100 1001001 101110

Color Harmonies of #CC4320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4320

Black with #CC4320

Text Example


Text Example

White with #CC4320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4320; }

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

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

background-color css

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

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

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

border-color css

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

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

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