Html Css Color HEX #C1341A Harley Davidson Orange

📋 copy color: '#C1341A'

red 193 ◦ green 52 ◦ blue 26

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

Shades of Harley Davidson Orange #C1341A

Tints of Harley Davidson Orange #C1341A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.19%

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 71.22%
G = 19.19%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1341A (or 0xC1341A) is known color: Harley Davidson Orange. HEX triplet: C1, 34 and 1A. RGB value is (193,52,26). Sum of RGB (Red+Green+Blue) = 193+52+26=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C1341A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1341A is #3ECBE5. Grayscale: #5B5B5B. Windows color (decimal): -4115430 or 1717441. OLE color: 1717441.

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

Color convert

RGB 193 52 26 -
CMYK 0 0.73 0.87 0.24
HSL 9.34º 0.76% 0.43% -
HSV(B) 9.34º 0.87% 0.76% -
XYZ 23.41 13.87 2.42 -
YUV 91.2 91.21 200.61 -
System Red Green Blue C M Y K H S L
Decimal 193 52 26 0 0.73 0.87 0.24 9.34 0.76 0.43
Hex C1 34 1A 0 49 57 18 9 4C 2B
Octal 301 64 32 0 111 127 30 11 114 53
Binary 11000001 110100 11010 0 1001001 1010111 11000 1001 1001100 101011

Color Harmonies of #C1341A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1341A

Black with #C1341A

Text Example


Text Example

White with #C1341A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1341A; }

 p { color: rgb(193,52,26); }

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

background-color css

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

 a { background-color: rgb(193,52,26); }

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

border-color css

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

 span { border-color: rgb(193,52,26); }

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