Html Css Color HEX #CC3102 Harley Davidson Orange

📋 copy color: '#CC3102'

red 204 ◦ green 49 ◦ blue 2

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

Shades of Harley Davidson Orange #CC3102

Tints of Harley Davidson Orange #CC3102

RGB

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

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

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

R = 80%
G = 19.22%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CC3102 (or 0xCC3102) is known color: Harley Davidson Orange. HEX triplet: CC, 31 and 02. RGB value is (204,49,2). Sum of RGB (Red+Green+Blue) = 204+49+2=255 (33% of max value = 765). Red value is 204 (80.08% from 255 or 80% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 2 (1.17% from 255 or 0.78% from 255); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3102 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3102 is #33CEFD. Grayscale: #5A5A5A. Windows color (decimal): -3395326 or 143820. OLE color: 143820.

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

Color convert

RGB 204 49 2 -
CMYK 0 0.76 0.99 0.2
HSL 13.96º 0.98% 0.4% -
HSV(B) 13.96º 0.99% 0.8% -
XYZ 26.01 15.04 1.59 -
YUV 89.99 78.35 209.32 -
System Red Green Blue C M Y K H S L
Decimal 204 49 2 0 0.76 0.99 0.2 13.96 0.98 0.4
Hex CC 31 2 0 4C 63 14 E 62 28
Octal 314 61 2 0 114 143 24 16 142 50
Binary 11001100 110001 10 0 1001100 1100011 10100 1110 1100010 101000

Color Harmonies of #CC3102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3102

Black with #CC3102

Text Example


Text Example

White with #CC3102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3102; }

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

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

background-color css

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

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

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

border-color css

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

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

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