Html Css Color HEX #CC3101 Harley Davidson Orange

📋 copy color: '#CC3101'

red 204 ◦ green 49 ◦ blue 1

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

Shades of Harley Davidson Orange #CC3101

Tints of Harley Davidson Orange #CC3101

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.29%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 80.31%
G = 19.29%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC3101 (or 0xCC3101) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 01. RGB value is (204,49,1). Sum of RGB (Red+Green+Blue) = 204+49+1=254 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80.31% from 254); Green value is 49 (19.53% from 255 or 19.29% from 254); Blue value is 1 (0.78% from 255 or 0.39% from 254); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3101 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3101 is #33CEFE. Grayscale: #5A5A5A. Windows color (decimal): -3395327 or 78284. OLE color: 78284.

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

Color convert

RGB 204 49 1 -
CMYK 0 0.76 1.00 0.2
HSL 14.19º 0.99% 0.4% -
HSV(B) 14.19º 1% 0.8% -
XYZ 26.01 15.04 1.56 -
YUV 89.87 77.85 209.4 -
System Red Green Blue C M Y K H S L
Decimal 204 49 1 0 0.76 1.00 0.2 14.19 0.99 0.4
Hex CC 31 1 0 4C 64 14 E 63 28
Octal 314 61 1 0 114 144 24 16 143 50
Binary 11001100 110001 1 0 1001100 1100100 10100 1110 1100011 101000

Color Harmonies of #CC3101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3101

Black with #CC3101

Text Example


Text Example

White with #CC3101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3101; }

 p { color: rgb(204,49,1); }

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

background-color css

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

 a { background-color: rgb(204,49,1); }

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

border-color css

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

 span { border-color: rgb(204,49,1); }

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