Html Css Color HEX #C1390E Harley Davidson Orange

📋 copy color: '#C1390E'

red 193 ◦ green 57 ◦ blue 14

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

Shades of Harley Davidson Orange #C1390E

Tints of Harley Davidson Orange #C1390E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.59%

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

R = 73.11%
G = 21.59%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1390E (or 0xC1390E) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 0E. RGB value is (193,57,14). Sum of RGB (Red+Green+Blue) = 193+57+14=264 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.11% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 193 - color contains mainly: red. Hex color #C1390E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1390E is #3EC6F1. Grayscale: #5D5D5D. Windows color (decimal): -4114162 or 932289. OLE color: 932289.

HSL color Cylindrical-coordinate representation of color #C1390E: hue angle of 14.41º 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 #C1390E is Cyan = 0, Magento = 0.70, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 14 -
CMYK 0 0.70 0.93 0.24
HSL 14.41º 0.86% 0.41% -
HSV(B) 14.41º 0.93% 0.76% -
XYZ 23.53 14.3 1.93 -
YUV 92.76 83.56 199.5 -
System Red Green Blue C M Y K H S L
Decimal 193 57 14 0 0.70 0.93 0.24 14.41 0.86 0.41
Hex C1 39 E 0 46 5D 18 E 56 29
Octal 301 71 16 0 106 135 30 16 126 51
Binary 11000001 111001 1110 0 1000110 1011101 11000 1110 1010110 101001

Color Harmonies of #C1390E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1390E

Black with #C1390E

Text Example


Text Example

White with #C1390E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1390E; }

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

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

background-color css

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

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

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

border-color css

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

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

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