Html Css Color HEX #C62C10 Harley Davidson Orange

📋 copy color: '#C62C10'

red 198 ◦ green 44 ◦ blue 16

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

Shades of Harley Davidson Orange #C62C10

Tints of Harley Davidson Orange #C62C10

RGB

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

 GREEN value IS 44 (17.58% from 255) = 17.05%

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

R = 76.74%
G = 17.05%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C62C10 (or 0xC62C10) is known color: Harley Davidson Orange. HEX triplet: C6, 2C and 10. RGB value is (198,44,16). Sum of RGB (Red+Green+Blue) = 198+44+16=258 (34% of max value = 765). Red value is 198 (77.73% from 255 or 76.74% from 258); Green value is 44 (17.58% from 255 or 17.05% from 258); Blue value is 16 (6.64% from 255 or 6.20% from 258); Max value from RGB is 198 - color contains mainly: red. Hex color #C62C10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62C10 is #39D3EF. Grayscale: #575757. Windows color (decimal): -3789808 or 1060038. OLE color: 1060038.

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

Color convert

RGB 198 44 16 -
CMYK 0 0.78 0.92 0.22
HSL 9.23º 0.85% 0.42% -
HSV(B) 9.23º 0.92% 0.78% -
XYZ 24.28 13.84 1.88 -
YUV 86.85 88.02 207.28 -
System Red Green Blue C M Y K H S L
Decimal 198 44 16 0 0.78 0.92 0.22 9.23 0.85 0.42
Hex C6 2C 10 0 4E 5C 16 9 55 2A
Octal 306 54 20 0 116 134 26 11 125 52
Binary 11000110 101100 10000 0 1001110 1011100 10110 1001 1010101 101010

Color Harmonies of #C62C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62C10

Black with #C62C10

Text Example


Text Example

White with #C62C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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