Html Css Color HEX #CC2604 Harley Davidson Orange

📋 copy color: '#CC2604'

red 204 ◦ green 38 ◦ blue 4

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

Shades of Harley Davidson Orange #CC2604

Tints of Harley Davidson Orange #CC2604

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.63%

R = 82.93%
G = 15.45%
B = 1.63%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC2604 (or 0xCC2604) is known color: Harley Davidson Orange. HEX triplet: CC, 26 and 04. RGB value is (204,38,4). Sum of RGB (Red+Green+Blue) = 204+38+4=246 (32% of max value = 765). Red value is 204 (80.08% from 255 or 82.93% from 246); Green value is 38 (15.23% from 255 or 15.45% from 246); Blue value is 4 (1.95% from 255 or 1.63% from 246); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2604 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2604 is #33D9FB. Grayscale: #545454. Windows color (decimal): -3398140 or 272076. OLE color: 272076.

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

Color convert

RGB 204 38 4 -
CMYK 0 0.81 0.98 0.2
HSL 10.2º 0.96% 0.41% -
HSV(B) 10.2º 0.98% 0.8% -
XYZ 25.62 14.23 1.51 -
YUV 83.76 83 213.76 -
System Red Green Blue C M Y K H S L
Decimal 204 38 4 0 0.81 0.98 0.2 10.2 0.96 0.41
Hex CC 26 4 0 51 62 14 A 60 29
Octal 314 46 4 0 121 142 24 12 140 51
Binary 11001100 100110 100 0 1010001 1100010 10100 1010 1100000 101001

Color Harmonies of #CC2604

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2604

Black with #CC2604

Text Example


Text Example

White with #CC2604

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2604; }

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

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

background-color css

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

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

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

border-color css

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

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

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