Html Css Color HEX #C1310D Harley Davidson Orange

📋 copy color: '#C1310D'

red 193 ◦ green 49 ◦ blue 13

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

Shades of Harley Davidson Orange #C1310D

Tints of Harley Davidson Orange #C1310D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.1%

R = 75.69%
G = 19.22%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1310D (or 0xC1310D) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 0D. RGB value is (193,49,13). Sum of RGB (Red+Green+Blue) = 193+49+13=255 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.69% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 13 (5.47% from 255 or 5.10% from 255); Max value from RGB is 193 - color contains mainly: red. Hex color #C1310D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1310D is #3ECEF2. Grayscale: #585858. Windows color (decimal): -4116211 or 864705. OLE color: 864705.

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

Color convert

RGB 193 49 13 -
CMYK 0 0.75 0.93 0.24
HSL 12º 0.87% 0.4% -
HSV(B) 12º 0.93% 0.76% -
XYZ 23.16 13.56 1.78 -
YUV 87.95 85.71 202.93 -
System Red Green Blue C M Y K H S L
Decimal 193 49 13 0 0.75 0.93 0.24 12 0.87 0.4
Hex C1 31 D 0 4B 5D 18 C 57 28
Octal 301 61 15 0 113 135 30 14 127 50
Binary 11000001 110001 1101 0 1001011 1011101 11000 1100 1010111 101000

Color Harmonies of #C1310D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1310D

Black with #C1310D

Text Example


Text Example

White with #C1310D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1310D; }

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

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

background-color css

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

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

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

border-color css

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

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

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