Html Css Color HEX #C12501 Harley Davidson Orange

📋 copy color: '#C12501'

red 193 ◦ green 37 ◦ blue 1

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

Shades of Harley Davidson Orange #C12501

Tints of Harley Davidson Orange #C12501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 83.55%
G = 16.02%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.24

RGB Variations

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

Color information

#C12501 (or 0xC12501) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 01. RGB value is (193,37,1). Sum of RGB (Red+Green+Blue) = 193+37+1=231 (30% of max value = 765). Red value is 193 (75.78% from 255 or 83.55% from 231); Green value is 37 (14.84% from 255 or 16.02% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 193 - color contains mainly: red. Hex color #C12501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12501 is #3EDAFE. Grayscale: #4F4F4F. Windows color (decimal): -4119295 or 75201. OLE color: 75201.

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

Color convert

RGB 193 37 1 -
CMYK 0 0.81 0.99 0.24
HSL 11.25º 0.99% 0.38% -
HSV(B) 11.25º 0.99% 0.76% -
XYZ 22.66 12.66 1.28 -
YUV 79.54 83.68 208.93 -
System Red Green Blue C M Y K H S L
Decimal 193 37 1 0 0.81 0.99 0.24 11.25 0.99 0.38
Hex C1 25 1 0 51 63 18 B 63 26
Octal 301 45 1 0 121 143 30 13 143 46
Binary 11000001 100101 1 0 1010001 1100011 11000 1011 1100011 100110

Color Harmonies of #C12501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12501

Black with #C12501

Text Example


Text Example

White with #C12501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12501; }

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

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

background-color css

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

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

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

border-color css

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

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

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