Html Css Color HEX #C1370B Harley Davidson Orange

📋 copy color: '#C1370B'

red 193 ◦ green 55 ◦ blue 11

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

Shades of Harley Davidson Orange #C1370B

Tints of Harley Davidson Orange #C1370B

RGB

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

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

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

R = 74.52%
G = 21.24%
B = 4.25%

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

#C1370B (or 0xC1370B) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 0B. RGB value is (193,55,11). Sum of RGB (Red+Green+Blue) = 193+55+11=259 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.52% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 11 (4.69% from 255 or 4.25% from 259); Max value from RGB is 193 - color contains mainly: red. Hex color #C1370B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1370B is #3EC8F4. Grayscale: #5B5B5B. Windows color (decimal): -4114677 or 735169. OLE color: 735169.

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

Color convert

RGB 193 55 11 -
CMYK 0 0.72 0.94 0.24
HSL 14.51º 0.89% 0.4% -
HSV(B) 14.51º 0.94% 0.76% -
XYZ 23.42 14.09 1.8 -
YUV 91.25 82.72 200.58 -
System Red Green Blue C M Y K H S L
Decimal 193 55 11 0 0.72 0.94 0.24 14.51 0.89 0.4
Hex C1 37 B 0 48 5E 18 F 59 28
Octal 301 67 13 0 110 136 30 17 131 50
Binary 11000001 110111 1011 0 1001000 1011110 11000 1111 1011001 101000

Color Harmonies of #C1370B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1370B

Black with #C1370B

Text Example


Text Example

White with #C1370B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1370B; }

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

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

background-color css

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

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

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

border-color css

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

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

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