Html Css Color HEX #CC3900 Harley Davidson Orange

📋 copy color: '#CC3900'

red 204 ◦ green 57 ◦ blue 0

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

Shades of Harley Davidson Orange #CC3900

Tints of Harley Davidson Orange #CC3900

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 78.16%
G = 21.84%
B = 0%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 1

 K value IS 0.2

RGB Variations

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

Color information

#CC3900 (or 0xCC3900) is known color: Harley Davidson Orange. HEX triplet: CC, 39 and 00. RGB value is (204,57,0). Sum of RGB (Red+Green+Blue) = 204+57+0=261 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.16% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 0 (0.39% from 255 or 0% from 261); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3900 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3900 is #33C6FF. Grayscale: #5E5E5E. Windows color (decimal): -3393280 or 14796. OLE color: 14796.

HSL color Cylindrical-coordinate representation of color #CC3900: hue angle of 16.76º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC3900 is Cyan = 0, Magento = 0.72, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 57 0 -
CMYK 0 0.72 1 0.2
HSL 16.76º 1% 0.4% -
HSV(B) 16.76º 1% 0.8% -
XYZ 26.36 15.76 1.65 -
YUV 94.46 74.7 206.13 -
System Red Green Blue C M Y K H S L
Decimal 204 57 0 0 0.72 1 0.2 16.76 1 0.4
Hex CC 39 0 0 48 64 14 11 64 28
Octal 314 71 0 0 110 144 24 21 144 50
Binary 11001100 111001 0 0 1001000 1100100 10100 10001 1100100 101000

Color Harmonies of #CC3900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3900

Black with #CC3900

Text Example


Text Example

White with #CC3900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3900; }

 p { color: rgb(204,57,0); }

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

background-color css

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

 a { background-color: rgb(204,57,0); }

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

border-color css

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

 span { border-color: rgb(204,57,0); }

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