Html Css Color HEX #CC460E Harley Davidson Orange

📋 copy color: '#CC460E'

red 204 ◦ green 70 ◦ blue 14

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

Shades of Harley Davidson Orange #CC460E

Tints of Harley Davidson Orange #CC460E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.86%

R = 70.83%
G = 24.31%
B = 4.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.93

 K value IS 0.2

RGB Variations

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

Color information

#CC460E (or 0xCC460E) is known color: Harley Davidson Orange. HEX triplet: CC, 46 and 0E. RGB value is (204,70,14). Sum of RGB (Red+Green+Blue) = 204+70+14=288 (38% of max value = 765). Red value is 204 (80.08% from 255 or 70.83% from 288); Green value is 70 (27.73% from 255 or 24.31% from 288); Blue value is 14 (5.86% from 255 or 4.86% from 288); Max value from RGB is 204 - color contains mainly: red. Hex color #CC460E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC460E is #33B9F1. Grayscale: #686868. Windows color (decimal): -3389938 or 935628. OLE color: 935628.

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

Color convert

RGB 204 70 14 -
CMYK 0 0.66 0.93 0.2
HSL 17.68º 0.87% 0.43% -
HSV(B) 17.68º 0.93% 0.8% -
XYZ 27.17 17.25 2.31 -
YUV 103.68 77.39 199.55 -
System Red Green Blue C M Y K H S L
Decimal 204 70 14 0 0.66 0.93 0.2 17.68 0.87 0.43
Hex CC 46 E 0 42 5D 14 12 57 2B
Octal 314 106 16 0 102 135 24 22 127 53
Binary 11001100 1000110 1110 0 1000010 1011101 10100 10010 1010111 101011

Color Harmonies of #CC460E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC460E

Black with #CC460E

Text Example


Text Example

White with #CC460E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC460E; }

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

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

background-color css

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

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

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

border-color css

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

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

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