Html Css Color HEX #CC3217 Harley Davidson Orange

📋 copy color: '#CC3217'

red 204 ◦ green 50 ◦ blue 23

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

Shades of Harley Davidson Orange #CC3217

Tints of Harley Davidson Orange #CC3217

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.05%

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

R = 73.65%
G = 18.05%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.89

 K value IS 0.2

RGB Variations

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

Color information

#CC3217 (or 0xCC3217) is known color: Harley Davidson Orange. HEX triplet: CC, 32 and 17. RGB value is (204,50,23). Sum of RGB (Red+Green+Blue) = 204+50+23=277 (36% of max value = 765). Red value is 204 (80.08% from 255 or 73.65% from 277); Green value is 50 (19.92% from 255 or 18.05% from 277); Blue value is 23 (9.38% from 255 or 8.30% from 277); Max value from RGB is 204 - color contains mainly: red. Hex color #CC3217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CC3217 is #33CDE8. Grayscale: #5D5D5D. Windows color (decimal): -3395049 or 1520332. OLE color: 1520332.

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

Color convert

RGB 204 50 23 -
CMYK 0 0.75 0.89 0.2
HSL 8.95º 0.8% 0.45% -
HSV(B) 8.95º 0.89% 0.8% -
XYZ 26.2 15.18 2.36 -
YUV 92.97 88.52 207.2 -
System Red Green Blue C M Y K H S L
Decimal 204 50 23 0 0.75 0.89 0.2 8.95 0.8 0.45
Hex CC 32 17 0 4B 59 14 9 50 2D
Octal 314 62 27 0 113 131 24 11 120 55
Binary 11001100 110010 10111 0 1001011 1011001 10100 1001 1010000 101101

Color Harmonies of #CC3217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC3217

Black with #CC3217

Text Example


Text Example

White with #CC3217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC3217; }

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

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

background-color css

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

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

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

border-color css

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

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

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