Html Css Color HEX #CC2610 Harley Davidson Orange

📋 copy color: '#CC2610'

red 204 ◦ green 38 ◦ blue 16

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

Shades of Harley Davidson Orange #CC2610

Tints of Harley Davidson Orange #CC2610

RGB

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

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

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

R = 79.07%
G = 14.73%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.2

RGB Variations

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

Color information

#CC2610 (or 0xCC2610) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 10. RGB value is (204,38,16). Sum of RGB (Red+Green+Blue) = 204+38+16=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 38 (15.23% from 255 or 14.73% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2610 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2610 is #33D9EF. Grayscale: #555555. Windows color (decimal): -3398128 or 1058508. OLE color: 1058508.

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

Color convert

RGB 204 38 16 -
CMYK 0 0.81 0.92 0.2
HSL 7.02º 0.85% 0.43% -
HSV(B) 7.02º 0.92% 0.8% -
XYZ 25.69 14.26 1.89 -
YUV 85.13 89 212.79 -
System Red Green Blue C M Y K H S L
Decimal 204 38 16 0 0.81 0.92 0.2 7.02 0.85 0.43
Hex CC 26 10 0 51 5C 14 7 55 2B
Octal 314 46 20 0 121 134 24 7 125 53
Binary 11001100 100110 10000 0 1010001 1011100 10100 111 1010101 101011

Color Harmonies of #CC2610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2610

Black with #CC2610

Text Example


Text Example

White with #CC2610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2610; }

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

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

background-color css

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

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

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

border-color css

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

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

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