Html Css Color HEX #CC3501 Harley Davidson Orange

📋 copy color: '#CC3501'

red 204 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #CC3501

Tints of Harley Davidson Orange #CC3501

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.54%

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

R = 79.07%
G = 20.54%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 1.00

 K value IS 0.2

RGB Variations

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

Color information

#CC3501 (or 0xCC3501) is known color: Harley Davidson Orange. HEX triplet: CC, 35 and 01. RGB value is (204,53,1). Sum of RGB (Red+Green+Blue) = 204+53+1=258 (34% of max value = 765). Red value is 204 (80.08% from 255 or 79.07% from 258); Green value is 53 (21.09% from 255 or 20.54% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3501 is #33CAFE. Grayscale: #5C5C5C. Windows color (decimal): -3394303 or 79308. OLE color: 79308.

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

Color convert

RGB 204 53 1 -
CMYK 0 0.74 1.00 0.2
HSL 15.37º 0.99% 0.4% -
HSV(B) 15.37º 1% 0.8% -
XYZ 26.18 15.39 1.62 -
YUV 92.22 76.53 207.73 -
System Red Green Blue C M Y K H S L
Decimal 204 53 1 0 0.74 1.00 0.2 15.37 0.99 0.4
Hex CC 35 1 0 4A 64 14 F 63 28
Octal 314 65 1 0 112 144 24 17 143 50
Binary 11001100 110101 1 0 1001010 1100100 10100 1111 1100011 101000

Color Harmonies of #CC3501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3501

Black with #CC3501

Text Example


Text Example

White with #CC3501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3501; }

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

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

background-color css

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

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

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

border-color css

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

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

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