Html Css Color HEX #C1320E Harley Davidson Orange

📋 copy color: '#C1320E'

red 193 ◦ green 50 ◦ blue 14

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

Shades of Harley Davidson Orange #C1320E

Tints of Harley Davidson Orange #C1320E

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 14 (5.86% from 255) = 5.45%

R = 75.1%
G = 19.46%
B = 5.45%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1320E (or 0xC1320E) is known color: Harley Davidson Orange. HEX triplet: C1, 32 and 0E. RGB value is (193,50,14). Sum of RGB (Red+Green+Blue) = 193+50+14=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 14 (5.86% from 255 or 5.45% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C1320E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1320E is #3ECDF1. Grayscale: #585858. Windows color (decimal): -4115954 or 930497. OLE color: 930497.

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

Color convert

RGB 193 50 14 -
CMYK 0 0.74 0.93 0.24
HSL 12.07º 0.86% 0.41% -
HSV(B) 12.07º 0.93% 0.76% -
XYZ 23.21 13.65 1.83 -
YUV 88.65 85.88 202.43 -
System Red Green Blue C M Y K H S L
Decimal 193 50 14 0 0.74 0.93 0.24 12.07 0.86 0.41
Hex C1 32 E 0 4A 5D 18 C 56 29
Octal 301 62 16 0 112 135 30 14 126 51
Binary 11000001 110010 1110 0 1001010 1011101 11000 1100 1010110 101001

Color Harmonies of #C1320E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1320E

Black with #C1320E

Text Example


Text Example

White with #C1320E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1320E; }

 p { color: rgb(193,50,14); }

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

background-color css

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

 a { background-color: rgb(193,50,14); }

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

border-color css

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

 span { border-color: rgb(193,50,14); }

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