Html Css Color HEX #C62506 Harley Davidson Orange

📋 copy color: '#C62506'

red 198 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #C62506

Tints of Harley Davidson Orange #C62506

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.49%

R = 82.16%
G = 15.35%
B = 2.49%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C62506 (or 0xC62506) is known color: Harley Davidson Orange. HEX triplet: C6, 25 and 06. RGB value is (198,37,6). Sum of RGB (Red+Green+Blue) = 198+37+6=241 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.16% from 241); Green value is 37 (14.84% from 255 or 15.35% from 241); Blue value is 6 (2.73% from 255 or 2.49% from 241); Max value from RGB is 198 - color contains mainly: red. Hex color #C62506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62506 is #39DAF9. Grayscale: #515151. Windows color (decimal): -3791610 or 402886. OLE color: 402886.

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

Color convert

RGB 198 37 6 -
CMYK 0 0.81 0.97 0.22
HSL 9.69º 0.94% 0.4% -
HSV(B) 9.69º 0.97% 0.78% -
XYZ 23.98 13.34 1.48 -
YUV 81.61 85.34 211.02 -
System Red Green Blue C M Y K H S L
Decimal 198 37 6 0 0.81 0.97 0.22 9.69 0.94 0.4
Hex C6 25 6 0 51 61 16 A 5E 28
Octal 306 45 6 0 121 141 26 12 136 50
Binary 11000110 100101 110 0 1010001 1100001 10110 1010 1011110 101000

Color Harmonies of #C62506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62506

Black with #C62506

Text Example


Text Example

White with #C62506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62506; }

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

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

background-color css

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

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

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

border-color css

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

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

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