Html Css Color HEX #CC2304 Harley Davidson Orange

📋 copy color: '#CC2304'

red 204 ◦ green 35 ◦ blue 4

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

Shades of Harley Davidson Orange #CC2304

Tints of Harley Davidson Orange #CC2304

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.4%

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

R = 83.95%
G = 14.4%
B = 1.65%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC2304 (or 0xCC2304) is known color: Harley Davidson Orange. HEX triplet: CC, 23 and 04. RGB value is (204,35,4). Sum of RGB (Red+Green+Blue) = 204+35+4=243 (32% of max value = 765). Red value is 204 (80.08% from 255 or 83.95% from 243); Green value is 35 (14.06% from 255 or 14.40% from 243); Blue value is 4 (1.95% from 255 or 1.65% from 243); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2304 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC2304 is #33DCFB. Grayscale: #525252. Windows color (decimal): -3398908 or 271308. OLE color: 271308.

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

Color convert

RGB 204 35 4 -
CMYK 0 0.83 0.98 0.2
HSL 9.3º 0.96% 0.41% -
HSV(B) 9.3º 0.98% 0.8% -
XYZ 25.52 14.05 1.48 -
YUV 82 83.99 215.02 -
System Red Green Blue C M Y K H S L
Decimal 204 35 4 0 0.83 0.98 0.2 9.3 0.96 0.41
Hex CC 23 4 0 53 62 14 9 60 29
Octal 314 43 4 0 123 142 24 11 140 51
Binary 11001100 100011 100 0 1010011 1100010 10100 1001 1100000 101001

Color Harmonies of #CC2304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC2304

Black with #CC2304

Text Example


Text Example

White with #CC2304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC2304; }

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

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

background-color css

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

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

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

border-color css

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

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

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