Html Css Color HEX #CC4610 Harley Davidson Orange

📋 copy color: '#CC4610'

red 204 ◦ green 70 ◦ blue 16

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

Shades of Harley Davidson Orange #CC4610

Tints of Harley Davidson Orange #CC4610

RGB

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

 GREEN value IS 70 (27.73% from 255) = 24.14%

 BLUE value IS 16 (6.64% from 255) = 5.52%

R = 70.34%
G = 24.14%
B = 5.52%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC4610 (or 0xCC4610) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 10. RGB value is (204,70,16). Sum of RGB (Red+Green+Blue) = 204+70+16=290 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.34% from 290); Green value is 70 (27.73% from 255 or 24.14% from 290); Blue value is 16 (6.64% from 255 or 5.52% from 290); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC4610 is #33B9EF. Grayscale: #686868. Windows color (decimal): -3389936 or 1066700. OLE color: 1066700.

HSL color Cylindrical-coordinate representation of color #CC4610: hue angle of 17.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC4610 is Cyan = 0, Magento = 0.66, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 70 16 -
CMYK 0 0.66 0.92 0.2
HSL 17.23º 0.85% 0.43% -
HSV(B) 17.23º 0.92% 0.8% -
XYZ 27.19 17.26 2.39 -
YUV 103.91 78.39 199.39 -
System Red Green Blue C M Y K H S L
Decimal 204 70 16 0 0.66 0.92 0.2 17.23 0.85 0.43
Hex CC 46 10 0 42 5C 14 11 55 2B
Octal 314 106 20 0 102 134 24 21 125 53
Binary 11001100 1000110 10000 0 1000010 1011100 10100 10001 1010101 101011

Color Harmonies of #CC4610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC4610

Black with #CC4610

Text Example


Text Example

White with #CC4610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC4610; }

 p { color: rgb(204,70,16); }

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

background-color css

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

 a { background-color: rgb(204,70,16); }

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

border-color css

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

 span { border-color: rgb(204,70,16); }

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