Html Css Color HEX #C1370E Harley Davidson Orange

📋 copy color: '#C1370E'

red 193 ◦ green 55 ◦ blue 14

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

Shades of Harley Davidson Orange #C1370E

Tints of Harley Davidson Orange #C1370E

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 73.66%
G = 20.99%
B = 5.34%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1370E (or 0xC1370E) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 0E. RGB value is (193,55,14). Sum of RGB (Red+Green+Blue) = 193+55+14=262 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.66% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 14 (5.86% from 255 or 5.34% from 262); Max value from RGB is 193 - color contains mainly: red. Hex color #C1370E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1370E is #3EC8F1. Grayscale: #5B5B5B. Windows color (decimal): -4114674 or 931777. OLE color: 931777.

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

Color convert

RGB 193 55 14 -
CMYK 0 0.72 0.93 0.24
HSL 13.74º 0.86% 0.41% -
HSV(B) 13.74º 0.93% 0.76% -
XYZ 23.44 14.1 1.9 -
YUV 91.59 84.22 200.33 -
System Red Green Blue C M Y K H S L
Decimal 193 55 14 0 0.72 0.93 0.24 13.74 0.86 0.41
Hex C1 37 E 0 48 5D 18 E 56 29
Octal 301 67 16 0 110 135 30 16 126 51
Binary 11000001 110111 1110 0 1001000 1011101 11000 1110 1010110 101001

Color Harmonies of #C1370E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1370E

Black with #C1370E

Text Example


Text Example

White with #C1370E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1370E; }

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

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

background-color css

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

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

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

border-color css

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

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

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