Html Css Color HEX #C12515 Harley Davidson Orange

📋 copy color: '#C12515'

red 193 ◦ green 37 ◦ blue 21

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

Shades of Harley Davidson Orange #C12515

Tints of Harley Davidson Orange #C12515

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 8.37%

R = 76.89%
G = 14.74%
B = 8.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.89

 K value IS 0.24

RGB Variations

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

Color information

#C12515 (or 0xC12515) is known color: Harley Davidson Orange. HEX triplet: C1, 25 and 15. RGB value is (193,37,21). Sum of RGB (Red+Green+Blue) = 193+37+21=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 37 (14.84% from 255 or 14.74% from 251); Blue value is 21 (8.59% from 255 or 8.37% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C12515 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12515 is #3EDAEA. Grayscale: #525252. Windows color (decimal): -4119275 or 1385921. OLE color: 1385921.

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

Color convert

RGB 193 37 21 -
CMYK 0 0.81 0.89 0.24
HSL 5.58º 0.8% 0.42% -
HSV(B) 5.58º 0.89% 0.76% -
XYZ 22.79 12.71 1.96 -
YUV 81.82 93.68 207.3 -
System Red Green Blue C M Y K H S L
Decimal 193 37 21 0 0.81 0.89 0.24 5.58 0.8 0.42
Hex C1 25 15 0 51 59 18 6 50 2A
Octal 301 45 25 0 121 131 30 6 120 52
Binary 11000001 100101 10101 0 1010001 1011001 11000 110 1010000 101010

Color Harmonies of #C12515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12515

Black with #C12515

Text Example


Text Example

White with #C12515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12515; }

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

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

background-color css

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

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

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

border-color css

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

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

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