Html Css Color HEX #C1290A Harley Davidson Orange

📋 copy color: '#C1290A'

red 193 ◦ green 41 ◦ blue 10

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

Shades of Harley Davidson Orange #C1290A

Tints of Harley Davidson Orange #C1290A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.1%

R = 79.1%
G = 16.8%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#C1290A (or 0xC1290A) is known color: Harley Davidson Orange. HEX triplet: C1, 29 and 0A. RGB value is (193,41,10). Sum of RGB (Red+Green+Blue) = 193+41+10=244 (32% of max value = 765). Red value is 193 (75.78% from 255 or 79.10% from 244); Green value is 41 (16.41% from 255 or 16.80% from 244); Blue value is 10 (4.30% from 255 or 4.10% from 244); Max value from RGB is 193 - color contains mainly: red. Hex color #C1290A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C1290A is #3ED6F5. Grayscale: #535353. Windows color (decimal): -4118262 or 666049. OLE color: 666049.

HSL color Cylindrical-coordinate representation of color #C1290A: hue angle of 10.16º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C1290A is Cyan = 0, Magento = 0.79, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 41 10 -
CMYK 0 0.79 0.95 0.24
HSL 10.16º 0.9% 0.4% -
HSV(B) 10.16º 0.95% 0.76% -
XYZ 22.84 12.95 1.58 -
YUV 82.91 86.86 206.52 -
System Red Green Blue C M Y K H S L
Decimal 193 41 10 0 0.79 0.95 0.24 10.16 0.9 0.4
Hex C1 29 A 0 4F 5F 18 A 5A 28
Octal 301 51 12 0 117 137 30 12 132 50
Binary 11000001 101001 1010 0 1001111 1011111 11000 1010 1011010 101000

Color Harmonies of #C1290A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1290A

Black with #C1290A

Text Example


Text Example

White with #C1290A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1290A; }

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

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

background-color css

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

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

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

border-color css

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

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

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