Html Css Color HEX #CC3B17 Harley Davidson Orange

📋 copy color: '#CC3B17'

red 204 ◦ green 59 ◦ blue 23

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

Shades of Harley Davidson Orange #CC3B17

Tints of Harley Davidson Orange #CC3B17

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.63%

 BLUE value IS 23 (9.38% from 255) = 8.04%

R = 71.33%
G = 20.63%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC3B17 (or 0xCC3B17) is known color: Harley Davidson Orange. HEX triplet: CC, 3B and 17. RGB value is (204,59,23). Sum of RGB (Red+Green+Blue) = 204+59+23=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3B17 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3B17 is #33C4E8. Grayscale: #626262. Windows color (decimal): -3392745 or 1522636. OLE color: 1522636.

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

Color convert

RGB 204 59 23 -
CMYK 0 0.71 0.89 0.2
HSL 11.93º 0.8% 0.45% -
HSV(B) 11.93º 0.89% 0.8% -
XYZ 26.62 16.03 2.5 -
YUV 98.25 85.54 203.43 -
System Red Green Blue C M Y K H S L
Decimal 204 59 23 0 0.71 0.89 0.2 11.93 0.8 0.45
Hex CC 3B 17 0 47 59 14 C 50 2D
Octal 314 73 27 0 107 131 24 14 120 55
Binary 11001100 111011 10111 0 1000111 1011001 10100 1100 1010000 101101

Color Harmonies of #CC3B17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3B17

Black with #CC3B17

Text Example


Text Example

White with #CC3B17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3B17; }

 p { color: rgb(204,59,23); }

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

background-color css

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

 a { background-color: rgb(204,59,23); }

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

border-color css

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

 span { border-color: rgb(204,59,23); }

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