Html Css Color HEX #C62517 Harley Davidson Orange

📋 copy color: '#C62517'

red 198 ◦ green 37 ◦ blue 23

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

Shades of Harley Davidson Orange #C62517

Tints of Harley Davidson Orange #C62517

RGB

 RED value IS 198 (77.73% from 255) = 76.74%

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

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

R = 76.74%
G = 14.34%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C62517 (or 0xC62517) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 17. RGB value is (198,37,23). Sum of RGB (Red+Green+Blue) = 198+37+23=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 37 (14.84% from 255 or 14.34% from 258); Blue value is 23 (9.38% from 255 or 8.91% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C62517 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62517 is #39DAE8. Grayscale: #535353. Windows color (decimal): -3791593 or 1516998. OLE color: 1516998.

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

Color convert

RGB 198 37 23 -
CMYK 0 0.81 0.88 0.22
HSL 4.8º 0.79% 0.43% -
HSV(B) 4.8º 0.88% 0.78% -
XYZ 24.1 13.39 2.12 -
YUV 83.54 93.84 209.64 -
System Red Green Blue C M Y K H S L
Decimal 198 37 23 0 0.81 0.88 0.22 4.8 0.79 0.43
Hex C6 25 17 0 51 58 16 5 4F 2B
Octal 306 45 27 0 121 130 26 5 117 53
Binary 11000110 100101 10111 0 1010001 1011000 10110 101 1001111 101011

Color Harmonies of #C62517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62517

Black with #C62517

Text Example


Text Example

White with #C62517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62517; }

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

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

background-color css

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

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

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

border-color css

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

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

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