Html Css Color HEX #CC3017 Harley Davidson Orange

📋 copy color: '#CC3017'

red 204 ◦ green 48 ◦ blue 23

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

Shades of Harley Davidson Orange #CC3017

Tints of Harley Davidson Orange #CC3017

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

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

R = 74.18%
G = 17.45%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC3017 (or 0xCC3017) is known color: Harley Davidson Orange. HEX triplet: CC, 30 and 17. RGB value is (204,48,23). Sum of RGB (Red+Green+Blue) = 204+48+23=275 (36% of max value = 765). Red value is 204 (80.08% from 255 or 74.18% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 23 (9.38% from 255 or 8.36% from 275); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3017 is #33CFE8. Grayscale: #5C5C5C. Windows color (decimal): -3395561 or 1519820. OLE color: 1519820.

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

Color convert

RGB 204 48 23 -
CMYK 0 0.76 0.89 0.2
HSL 8.29º 0.8% 0.45% -
HSV(B) 8.29º 0.89% 0.8% -
XYZ 26.11 15.01 2.33 -
YUV 91.79 89.18 208.03 -
System Red Green Blue C M Y K H S L
Decimal 204 48 23 0 0.76 0.89 0.2 8.29 0.8 0.45
Hex CC 30 17 0 4C 59 14 8 50 2D
Octal 314 60 27 0 114 131 24 10 120 55
Binary 11001100 110000 10111 0 1001100 1011001 10100 1000 1010000 101101

Color Harmonies of #CC3017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3017

Black with #CC3017

Text Example


Text Example

White with #CC3017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3017; }

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

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

background-color css

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

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

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

border-color css

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

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

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