Html Css Color HEX #C62510 Harley Davidson Orange

📋 copy color: '#C62510'

red 198 ◦ green 37 ◦ blue 16

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

Shades of Harley Davidson Orange #C62510

Tints of Harley Davidson Orange #C62510

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.37%

R = 78.88%
G = 14.74%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C62510 (or 0xC62510) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 10. RGB value is (198,37,16). Sum of RGB (Red+Green+Blue) = 198+37+16=251 (33% of max value = 765). Red value is 198 (77.73% from 255 or 78.88% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 16 (6.64% from 255 or 6.37% from 251); Max value from RGB is 198 - color contains mainly: red. Hex color #C62510 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62510 is #39DAEF. Grayscale: #525252. Windows color (decimal): -3791600 or 1058246. OLE color: 1058246.

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

Color convert

RGB 198 37 16 -
CMYK 0 0.81 0.92 0.22
HSL 6.92º 0.85% 0.42% -
HSV(B) 6.92º 0.92% 0.78% -
XYZ 24.04 13.37 1.8 -
YUV 82.75 90.34 210.21 -
System Red Green Blue C M Y K H S L
Decimal 198 37 16 0 0.81 0.92 0.22 6.92 0.85 0.42
Hex C6 25 10 0 51 5C 16 7 55 2A
Octal 306 45 20 0 121 134 26 7 125 52
Binary 11000110 100101 10000 0 1010001 1011100 10110 111 1010101 101010

Color Harmonies of #C62510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62510

Black with #C62510

Text Example


Text Example

White with #C62510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62510; }

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

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

background-color css

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

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

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

border-color css

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

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

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