Html Css Color HEX #C62010 Harley Davidson Orange

📋 copy color: '#C62010'

red 198 ◦ green 32 ◦ blue 16

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

Shades of Harley Davidson Orange #C62010

Tints of Harley Davidson Orange #C62010

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.01%

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

R = 80.49%
G = 13.01%
B = 6.5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C62010 (or 0xC62010) is known color: Harley Davidson Orange. HEX triplet: C6, 20 and 10. RGB value is (198,32,16). Sum of RGB (Red+Green+Blue) = 198+32+16=246 (32% of max value = 765). Red value is 198 (77.73% from 255 or 80.49% from 246); Green value is 32 (12.89% from 255 or 13.01% from 246); Blue value is 16 (6.64% from 255 or 6.50% from 246); Max value from RGB is 198 - color contains mainly: red. Hex color #C62010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62010 is #39DFEF. Grayscale: #505050. Windows color (decimal): -3792880 or 1056966. OLE color: 1056966.

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

Color convert

RGB 198 32 16 -
CMYK 0 0.84 0.92 0.22
HSL 5.27º 0.85% 0.42% -
HSV(B) 5.27º 0.92% 0.78% -
XYZ 23.9 13.08 1.75 -
YUV 79.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 198 32 16 0 0.84 0.92 0.22 5.27 0.85 0.42
Hex C6 20 10 0 54 5C 16 5 55 2A
Octal 306 40 20 0 124 134 26 5 125 52
Binary 11000110 100000 10000 0 1010100 1011100 10110 101 1010101 101010

Color Harmonies of #C62010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62010

Black with #C62010

Text Example


Text Example

White with #C62010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62010; }

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

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

background-color css

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

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

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

border-color css

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

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

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