Html Css Color HEX #C1390B Harley Davidson Orange

📋 copy color: '#C1390B'

red 193 ◦ green 57 ◦ blue 11

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

Shades of Harley Davidson Orange #C1390B

Tints of Harley Davidson Orange #C1390B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.84%

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

R = 73.95%
G = 21.84%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.24

RGB Variations

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

Color information

#C1390B (or 0xC1390B) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 0B. RGB value is (193,57,11). Sum of RGB (Red+Green+Blue) = 193+57+11=261 (34% of max value = 765). Red value is 193 (75.78% from 255 or 73.95% from 261); Green value is 57 (22.66% from 255 or 21.84% from 261); Blue value is 11 (4.69% from 255 or 4.21% from 261); Max value from RGB is 193 - color contains mainly: red. Hex color #C1390B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1390B is #3EC6F4. Grayscale: #5C5C5C. Windows color (decimal): -4114165 or 735681. OLE color: 735681.

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

Color convert

RGB 193 57 11 -
CMYK 0 0.70 0.94 0.24
HSL 15.16º 0.89% 0.4% -
HSV(B) 15.16º 0.94% 0.76% -
XYZ 23.52 14.29 1.84 -
YUV 92.42 82.06 199.74 -
System Red Green Blue C M Y K H S L
Decimal 193 57 11 0 0.70 0.94 0.24 15.16 0.89 0.4
Hex C1 39 B 0 46 5E 18 F 59 28
Octal 301 71 13 0 106 136 30 17 131 50
Binary 11000001 111001 1011 0 1000110 1011110 11000 1111 1011001 101000

Color Harmonies of #C1390B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1390B

Black with #C1390B

Text Example


Text Example

White with #C1390B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1390B; }

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

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

background-color css

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

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

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

border-color css

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

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

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