Html Css Color HEX #C62810 Harley Davidson Orange

📋 copy color: '#C62810'

red 198 ◦ green 40 ◦ blue 16

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

Shades of Harley Davidson Orange #C62810

Tints of Harley Davidson Orange #C62810

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.75%

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

R = 77.95%
G = 15.75%
B = 6.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C62810 (or 0xC62810) is known color: Harley Davidson Orange. HEX triplet: C6, 28 and 10. RGB value is (198,40,16). Sum of RGB (Red+Green+Blue) = 198+40+16=254 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.95% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 16 (6.64% from 255 or 6.30% from 254); Max value from RGB is 198 - color contains mainly: red. Hex color #C62810 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62810 is #39D7EF. Grayscale: #545454. Windows color (decimal): -3790832 or 1059014. OLE color: 1059014.

HSL color Cylindrical-coordinate representation of color #C62810: hue angle of 7.91º 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 #C62810 is Cyan = 0, Magento = 0.80, Yellow = 0.92 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 40 16 -
CMYK 0 0.80 0.92 0.22
HSL 7.91º 0.85% 0.42% -
HSV(B) 7.91º 0.92% 0.78% -
XYZ 24.14 13.56 1.84 -
YUV 84.51 89.35 208.95 -
System Red Green Blue C M Y K H S L
Decimal 198 40 16 0 0.80 0.92 0.22 7.91 0.85 0.42
Hex C6 28 10 0 50 5C 16 8 55 2A
Octal 306 50 20 0 120 134 26 10 125 52
Binary 11000110 101000 10000 0 1010000 1011100 10110 1000 1010101 101010

Color Harmonies of #C62810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62810

Black with #C62810

Text Example


Text Example

White with #C62810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62810; }

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

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

background-color css

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

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

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

border-color css

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

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

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