Html Css Color HEX #C12506 Harley Davidson Orange

📋 copy color: '#C12506'

red 193 ◦ green 37 ◦ blue 6

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

Shades of Harley Davidson Orange #C12506

Tints of Harley Davidson Orange #C12506

RGB

 RED value IS 193 (75.78% from 255) = 81.78%

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

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

R = 81.78%
G = 15.68%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C12506 (or 0xC12506) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 06. RGB value is (193,37,6). Sum of RGB (Red+Green+Blue) = 193+37+6=236 (31% of max value = 765). Red value is 193 (75.78% from 255 or 81.78% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 6 (2.73% from 255 or 2.54% from 236); Max value from RGB is 193 - color contains mainly: red. Hex color #C12506 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12506 is #3EDAF9. Grayscale: #505050. Windows color (decimal): -4119290 or 402881. OLE color: 402881.

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

Color convert

RGB 193 37 6 -
CMYK 0 0.81 0.97 0.24
HSL 9.95º 0.94% 0.39% -
HSV(B) 9.95º 0.97% 0.76% -
XYZ 22.69 12.67 1.42 -
YUV 80.11 86.18 208.52 -
System Red Green Blue C M Y K H S L
Decimal 193 37 6 0 0.81 0.97 0.24 9.95 0.94 0.39
Hex C1 25 6 0 51 61 18 A 5E 27
Octal 301 45 6 0 121 141 30 12 136 47
Binary 11000001 100101 110 0 1010001 1100001 11000 1010 1011110 100111

Color Harmonies of #C12506

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12506

Black with #C12506

Text Example


Text Example

White with #C12506

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12506; }

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

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

background-color css

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

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

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

border-color css

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

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

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