Html Css Color HEX #CC3602 Harley Davidson Orange

📋 copy color: '#CC3602'

red 204 ◦ green 54 ◦ blue 2

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

Shades of Harley Davidson Orange #CC3602

Tints of Harley Davidson Orange #CC3602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.77%

 BLUE value IS 2 (1.17% from 255) = 0.77%

R = 78.46%
G = 20.77%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC3602 (or 0xCC3602) is known color: Harley Davidson Orange. HEX triplet: CC, 36 and 02. RGB value is (204,54,2). Sum of RGB (Red+Green+Blue) = 204+54+2=260 (34% of max value = 765). Red value is 204 (80.08% from 255 or 78.46% from 260); Green value is 54 (21.48% from 255 or 20.77% from 260); Blue value is 2 (1.17% from 255 or 0.77% from 260); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3602 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3602 is #33C9FD. Grayscale: #5D5D5D. Windows color (decimal): -3394046 or 145100. OLE color: 145100.

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

Color convert

RGB 204 54 2 -
CMYK 0 0.74 0.99 0.2
HSL 15.45º 0.98% 0.4% -
HSV(B) 15.45º 0.99% 0.8% -
XYZ 26.23 15.48 1.66 -
YUV 92.92 76.7 207.23 -
System Red Green Blue C M Y K H S L
Decimal 204 54 2 0 0.74 0.99 0.2 15.45 0.98 0.4
Hex CC 36 2 0 4A 63 14 F 62 28
Octal 314 66 2 0 112 143 24 17 142 50
Binary 11001100 110110 10 0 1001010 1100011 10100 1111 1100010 101000

Color Harmonies of #CC3602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3602

Black with #CC3602

Text Example


Text Example

White with #CC3602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3602; }

 p { color: rgb(204,54,2); }

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

background-color css

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

 a { background-color: rgb(204,54,2); }

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

border-color css

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

 span { border-color: rgb(204,54,2); }

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