Html Css Color HEX #C1380B Harley Davidson Orange

📋 copy color: '#C1380B'

red 193 ◦ green 56 ◦ blue 11

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

Shades of Harley Davidson Orange #C1380B

Tints of Harley Davidson Orange #C1380B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.54%

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

R = 74.23%
G = 21.54%
B = 4.23%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1380B (or 0xC1380B) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 0B. RGB value is (193,56,11). Sum of RGB (Red+Green+Blue) = 193+56+11=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 56 (22.27% from 255 or 21.54% from 260); Blue value is 11 (4.69% from 255 or 4.23% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1380B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1380B is #3EC7F4. Grayscale: #5C5C5C. Windows color (decimal): -4114421 or 735425. OLE color: 735425.

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

Color convert

RGB 193 56 11 -
CMYK 0 0.71 0.94 0.24
HSL 14.84º 0.89% 0.4% -
HSV(B) 14.84º 0.94% 0.76% -
XYZ 23.47 14.19 1.82 -
YUV 91.83 82.39 200.16 -
System Red Green Blue C M Y K H S L
Decimal 193 56 11 0 0.71 0.94 0.24 14.84 0.89 0.4
Hex C1 38 B 0 47 5E 18 F 59 28
Octal 301 70 13 0 107 136 30 17 131 50
Binary 11000001 111000 1011 0 1000111 1011110 11000 1111 1011001 101000

Color Harmonies of #C1380B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1380B

Black with #C1380B

Text Example


Text Example

White with #C1380B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1380B; }

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

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

background-color css

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

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

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

border-color css

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

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

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