Html Css Color HEX #C1370C Harley Davidson Orange

📋 copy color: '#C1370C'

red 193 ◦ green 55 ◦ blue 12

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

Shades of Harley Davidson Orange #C1370C

Tints of Harley Davidson Orange #C1370C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.62%

R = 74.23%
G = 21.15%
B = 4.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1370C (or 0xC1370C) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 0C. RGB value is (193,55,12). Sum of RGB (Red+Green+Blue) = 193+55+12=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 12 (5.08% from 255 or 4.62% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1370C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1370C is #3EC8F3. Grayscale: #5B5B5B. Windows color (decimal): -4114676 or 800705. OLE color: 800705.

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

Color convert

RGB 193 55 12 -
CMYK 0 0.72 0.94 0.24
HSL 14.25º 0.88% 0.4% -
HSV(B) 14.25º 0.94% 0.76% -
XYZ 23.42 14.1 1.83 -
YUV 91.36 83.22 200.5 -
System Red Green Blue C M Y K H S L
Decimal 193 55 12 0 0.72 0.94 0.24 14.25 0.88 0.4
Hex C1 37 C 0 48 5E 18 E 58 28
Octal 301 67 14 0 110 136 30 16 130 50
Binary 11000001 110111 1100 0 1001000 1011110 11000 1110 1011000 101000

Color Harmonies of #C1370C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1370C

Black with #C1370C

Text Example


Text Example

White with #C1370C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1370C; }

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

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

background-color css

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

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

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

border-color css

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

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

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