Html Css Color HEX #CC2606 Harley Davidson Orange

📋 copy color: '#CC2606'

red 204 ◦ green 38 ◦ blue 6

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

Shades of Harley Davidson Orange #CC2606

Tints of Harley Davidson Orange #CC2606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.42%

R = 82.26%
G = 15.32%
B = 2.42%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.2

RGB Variations

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

Color information

#CC2606 (or 0xCC2606) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 06. RGB value is (204,38,6). Sum of RGB (Red+Green+Blue) = 204+38+6=248 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.26% from 248); Green value is 38 (15.23% from 255 or 15.32% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2606 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2606 is #33D9F9. Grayscale: #545454. Windows color (decimal): -3398138 or 403148. OLE color: 403148.

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

Color convert

RGB 204 38 6 -
CMYK 0 0.81 0.97 0.2
HSL 9.7º 0.94% 0.41% -
HSV(B) 9.7º 0.97% 0.8% -
XYZ 25.63 14.24 1.57 -
YUV 83.99 84 213.6 -
System Red Green Blue C M Y K H S L
Decimal 204 38 6 0 0.81 0.97 0.2 9.7 0.94 0.41
Hex CC 26 6 0 51 61 14 A 5E 29
Octal 314 46 6 0 121 141 24 12 136 51
Binary 11001100 100110 110 0 1010001 1100001 10100 1010 1011110 101001

Color Harmonies of #CC2606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2606

Black with #CC2606

Text Example


Text Example

White with #CC2606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2606; }

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

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

background-color css

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

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

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

border-color css

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

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

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