Html Css Color HEX #C1391B Harley Davidson Orange

📋 copy color: '#C1391B'

red 193 ◦ green 57 ◦ blue 27

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

Shades of Harley Davidson Orange #C1391B

Tints of Harley Davidson Orange #C1391B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.75%

R = 69.68%
G = 20.58%
B = 9.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.86

 K value IS 0.24

RGB Variations

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

Color information

#C1391B (or 0xC1391B) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 1B. RGB value is (193,57,27). Sum of RGB (Red+Green+Blue) = 193+57+27=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 57 (22.66% from 255 or 20.58% from 277); Blue value is 27 (10.94% from 255 or 9.75% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1391B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1391B is #3EC6E4. Grayscale: #5E5E5E. Windows color (decimal): -4114149 or 1784257. OLE color: 1784257.

HSL color Cylindrical-coordinate representation of color #C1391B: hue angle of 10.84º degrees, saturation: 0.75, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C1391B is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 27 -
CMYK 0 0.70 0.86 0.24
HSL 10.84º 0.75% 0.43% -
HSV(B) 10.84º 0.86% 0.76% -
XYZ 23.65 14.34 2.56 -
YUV 94.24 90.06 198.44 -
System Red Green Blue C M Y K H S L
Decimal 193 57 27 0 0.70 0.86 0.24 10.84 0.75 0.43
Hex C1 39 1B 0 46 56 18 B 4B 2B
Octal 301 71 33 0 106 126 30 13 113 53
Binary 11000001 111001 11011 0 1000110 1010110 11000 1011 1001011 101011

Color Harmonies of #C1391B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1391B

Black with #C1391B

Text Example


Text Example

White with #C1391B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1391B; }

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

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

background-color css

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

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

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

border-color css

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

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

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