Html Css Color HEX #C1310F Harley Davidson Orange

📋 copy color: '#C1310F'

red 193 ◦ green 49 ◦ blue 15

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

Shades of Harley Davidson Orange #C1310F

Tints of Harley Davidson Orange #C1310F

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.07%

 BLUE value IS 15 (6.25% from 255) = 5.84%

R = 75.1%
G = 19.07%
B = 5.84%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C1310F (or 0xC1310F) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 0F. RGB value is (193,49,15). Sum of RGB (Red+Green+Blue) = 193+49+15=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 49 (19.53% from 255 or 19.07% from 257); Blue value is 15 (6.25% from 255 or 5.84% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1310F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1310F is #3ECEF0. Grayscale: #585858. Windows color (decimal): -4116209 or 995777. OLE color: 995777.

HSL color Cylindrical-coordinate representation of color #C1310F: hue angle of 11.46º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C1310F is Cyan = 0, Magento = 0.75, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 49 15 -
CMYK 0 0.75 0.92 0.24
HSL 11.46º 0.86% 0.41% -
HSV(B) 11.46º 0.92% 0.76% -
XYZ 23.18 13.57 1.85 -
YUV 88.18 86.71 202.76 -
System Red Green Blue C M Y K H S L
Decimal 193 49 15 0 0.75 0.92 0.24 11.46 0.86 0.41
Hex C1 31 F 0 4B 5C 18 B 56 29
Octal 301 61 17 0 113 134 30 13 126 51
Binary 11000001 110001 1111 0 1001011 1011100 11000 1011 1010110 101001

Color Harmonies of #C1310F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1310F

Black with #C1310F

Text Example


Text Example

White with #C1310F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1310F; }

 p { color: rgb(193,49,15); }

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

background-color css

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

 a { background-color: rgb(193,49,15); }

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

border-color css

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

 span { border-color: rgb(193,49,15); }

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