Html Css Color HEX #CC3404 Harley Davidson Orange

📋 copy color: '#CC3404'

red 204 ◦ green 52 ◦ blue 4

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

Shades of Harley Davidson Orange #CC3404

Tints of Harley Davidson Orange #CC3404

RGB

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

 GREEN value IS 52 (20.7% from 255) = 20%

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

R = 78.46%
G = 20%
B = 1.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.98

 K value IS 0.2

RGB Variations

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

Color information

#CC3404 (or 0xCC3404) is known color: Harley Davidson Orange. HEX triplet: CC, 34 and 04. RGB value is (204,52,4). Sum of RGB (Red+Green+Blue) = 204+52+4=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 4 (1.95% from 255 or 1.54% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3404 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3404 is #33CBFB. Grayscale: #5C5C5C. Windows color (decimal): -3394556 or 275660. OLE color: 275660.

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

Color convert

RGB 204 52 4 -
CMYK 0 0.75 0.98 0.2
HSL 14.4º 0.96% 0.41% -
HSV(B) 14.4º 0.98% 0.8% -
XYZ 26.15 15.3 1.69 -
YUV 91.98 78.36 207.9 -
System Red Green Blue C M Y K H S L
Decimal 204 52 4 0 0.75 0.98 0.2 14.4 0.96 0.41
Hex CC 34 4 0 4B 62 14 E 60 29
Octal 314 64 4 0 113 142 24 16 140 51
Binary 11001100 110100 100 0 1001011 1100010 10100 1110 1100000 101001

Color Harmonies of #CC3404

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3404

Black with #CC3404

Text Example


Text Example

White with #CC3404

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3404; }

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

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

background-color css

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

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

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

border-color css

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

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

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