Html Css Color HEX #C1291A Harley Davidson Orange

📋 copy color: '#C1291A'

red 193 ◦ green 41 ◦ blue 26

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

Shades of Harley Davidson Orange #C1291A

Tints of Harley Davidson Orange #C1291A

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.77%

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

R = 74.23%
G = 15.77%
B = 10%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1291A (or 0xC1291A) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 1A. RGB value is (193,41,26). Sum of RGB (Red+Green+Blue) = 193+41+26=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 41 (16.41% from 255 or 15.77% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C1291A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1291A is #3ED6E5. Grayscale: #545454. Windows color (decimal): -4118246 or 1714625. OLE color: 1714625.

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

Color convert

RGB 193 41 26 -
CMYK 0 0.79 0.87 0.24
HSL 5.39º 0.76% 0.43% -
HSV(B) 5.39º 0.87% 0.76% -
XYZ 22.97 13 2.28 -
YUV 84.74 94.86 205.22 -
System Red Green Blue C M Y K H S L
Decimal 193 41 26 0 0.79 0.87 0.24 5.39 0.76 0.43
Hex C1 29 1A 0 4F 57 18 5 4C 2B
Octal 301 51 32 0 117 127 30 5 114 53
Binary 11000001 101001 11010 0 1001111 1010111 11000 101 1001100 101011

Color Harmonies of #C1291A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1291A

Black with #C1291A

Text Example


Text Example

White with #C1291A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1291A; }

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

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

background-color css

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

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

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

border-color css

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

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

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