Html Css Color HEX #CC260C Harley Davidson Orange

📋 copy color: '#CC260C'

red 204 ◦ green 38 ◦ blue 12

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

Shades of Harley Davidson Orange #CC260C

Tints of Harley Davidson Orange #CC260C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

 BLUE value IS 12 (5.08% from 255) = 4.72%

R = 80.31%
G = 14.96%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.2

RGB Variations

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

Color information

#CC260C (or 0xCC260C) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 0C. RGB value is (204,38,12). Sum of RGB (Red+Green+Blue) = 204+38+12=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 12 (5.08% from 255 or 4.72% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC260C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC260C is #33D9F3. Grayscale: #545454. Windows color (decimal): -3398132 or 796364. OLE color: 796364.

HSL color Cylindrical-coordinate representation of color #CC260C: hue angle of 8.12º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC260C is Cyan = 0, Magento = 0.81, Yellow = 0.94 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 12 -
CMYK 0 0.81 0.94 0.2
HSL 8.13º 0.89% 0.42% -
HSV(B) 8.13º 0.94% 0.8% -
XYZ 25.66 14.25 1.75 -
YUV 84.67 87 213.11 -
System Red Green Blue C M Y K H S L
Decimal 204 38 12 0 0.81 0.94 0.2 8.13 0.89 0.42
Hex CC 26 C 0 51 5E 14 8 59 2A
Octal 314 46 14 0 121 136 24 10 131 52
Binary 11001100 100110 1100 0 1010001 1011110 10100 1000 1011001 101010

Color Harmonies of #CC260C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC260C

Black with #CC260C

Text Example


Text Example

White with #CC260C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC260C; }

 p { color: rgb(204,38,12); }

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

background-color css

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

 a { background-color: rgb(204,38,12); }

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

border-color css

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

 span { border-color: rgb(204,38,12); }

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