Html Css Color HEX #C62910 Harley Davidson Orange

📋 copy color: '#C62910'

red 198 ◦ green 41 ◦ blue 16

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

Shades of Harley Davidson Orange #C62910

Tints of Harley Davidson Orange #C62910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 16.08%

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

R = 77.65%
G = 16.08%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.22

RGB Variations

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

Color information

#C62910 (or 0xC62910) is known color: Harley Davidson Orange. HEX triplet: C6, 29 and 10. RGB value is (198,41,16). Sum of RGB (Red+Green+Blue) = 198+41+16=255 (33% of max value = 765). Red value is 198 (77.73% from 255 or 77.65% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 198 - color contains mainly: red. Hex color #C62910 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62910 is #39D6EF. Grayscale: #555555. Windows color (decimal): -3790576 or 1059270. OLE color: 1059270.

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

Color convert

RGB 198 41 16 -
CMYK 0 0.79 0.92 0.22
HSL 8.24º 0.85% 0.42% -
HSV(B) 8.24º 0.92% 0.78% -
XYZ 24.18 13.63 1.85 -
YUV 85.09 89.01 208.53 -
System Red Green Blue C M Y K H S L
Decimal 198 41 16 0 0.79 0.92 0.22 8.24 0.85 0.42
Hex C6 29 10 0 4F 5C 16 8 55 2A
Octal 306 51 20 0 117 134 26 10 125 52
Binary 11000110 101001 10000 0 1001111 1011100 10110 1000 1010101 101010

Color Harmonies of #C62910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62910

Black with #C62910

Text Example


Text Example

White with #C62910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62910; }

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

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

background-color css

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

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

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

border-color css

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

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

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