Html Css Color HEX #C1360B Harley Davidson Orange

📋 copy color: '#C1360B'

red 193 ◦ green 54 ◦ blue 11

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

Shades of Harley Davidson Orange #C1360B

Tints of Harley Davidson Orange #C1360B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 74.81%
G = 20.93%
B = 4.26%

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

#C1360B (or 0xC1360B) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 0B. RGB value is (193,54,11). Sum of RGB (Red+Green+Blue) = 193+54+11=258 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.81% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 193 - color contains mainly: red. Hex color #C1360B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1360B is #3EC9F4. Grayscale: #5A5A5A. Windows color (decimal): -4114933 or 734913. OLE color: 734913.

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

Color convert

RGB 193 54 11 -
CMYK 0 0.72 0.94 0.24
HSL 14.18º 0.89% 0.4% -
HSV(B) 14.18º 0.94% 0.76% -
XYZ 23.37 14 1.79 -
YUV 90.66 83.05 201 -
System Red Green Blue C M Y K H S L
Decimal 193 54 11 0 0.72 0.94 0.24 14.18 0.89 0.4
Hex C1 36 B 0 48 5E 18 E 59 28
Octal 301 66 13 0 110 136 30 16 131 50
Binary 11000001 110110 1011 0 1001000 1011110 11000 1110 1011001 101000

Color Harmonies of #C1360B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1360B

Black with #C1360B

Text Example


Text Example

White with #C1360B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1360B; }

 p { color: rgb(193,54,11); }

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

background-color css

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

 a { background-color: rgb(193,54,11); }

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

border-color css

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

 span { border-color: rgb(193,54,11); }

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