Html Css Color HEX #C32517 Harley Davidson Orange

📋 copy color: '#C32517'

red 195 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #C32517

Tints of Harley Davidson Orange #C32517

RGB

 RED value IS 195 (76.56% from 255) = 76.47%

 GREEN value IS 37 (14.84% from 255) = 14.51%

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

R = 76.47%
G = 14.51%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C32517 (or 0xC32517) is known color: Harley Davidson Orange. HEX triplet: C3, 25 and 17. RGB value is (195,37,23). Sum of RGB (Red+Green+Blue) = 195+37+23=255 (33% of max value = 765). Red value is 195 (76.56% from 255 or 76.47% from 255); Green value is 37 (14.84% from 255 or 14.51% from 255); Blue value is 23 (9.38% from 255 or 9.02% from 255); Max value from RGB is 195 - color contains mainly: red. Hex color #C32517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C32517 is #3CDAE8. Grayscale: #525252. Windows color (decimal): -3988201 or 1516995. OLE color: 1516995.

HSL color Cylindrical-coordinate representation of color #C32517: hue angle of 4.88º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C32517 is Cyan = 0, Magento = 0.81, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 37 23 -
CMYK 0 0.81 0.88 0.24
HSL 4.88º 0.79% 0.43% -
HSV(B) 4.88º 0.88% 0.76% -
XYZ 23.32 12.99 2.09 -
YUV 82.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 195 37 23 0 0.81 0.88 0.24 4.88 0.79 0.43
Hex C3 25 17 0 51 58 18 5 4F 2B
Octal 303 45 27 0 121 130 30 5 117 53
Binary 11000011 100101 10111 0 1010001 1011000 11000 101 1001111 101011

Color Harmonies of #C32517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C32517

Black with #C32517

Text Example


Text Example

White with #C32517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C32517; }

 p { color: rgb(195,37,23); }

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

background-color css

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

 a { background-color: rgb(195,37,23); }

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

border-color css

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

 span { border-color: rgb(195,37,23); }

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