Html Css Color HEX #C1401A Harley Davidson Orange

📋 copy color: '#C1401A'

red 193 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #C1401A

Tints of Harley Davidson Orange #C1401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.61%

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

R = 68.2%
G = 22.61%
B = 9.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1401A (or 0xC1401A) is known color: Harley Davidson Orange. HEX triplet: C1, 40 and 1A. RGB value is (193,64,26). Sum of RGB (Red+Green+Blue) = 193+64+26=283 (37% of max value = 765). Red value is 193 (75.78% from 255 or 68.20% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 26 (10.55% from 255 or 9.19% from 283); Max value from RGB is 193 - color contains mainly: red. Hex color #C1401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1401A is #3EBFE5. Grayscale: #626262. Windows color (decimal): -4112358 or 1720513. OLE color: 1720513.

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

Color convert

RGB 193 64 26 -
CMYK 0 0.67 0.87 0.24
HSL 13.65º 0.76% 0.43% -
HSV(B) 13.65º 0.87% 0.76% -
XYZ 24.01 15.08 2.62 -
YUV 98.24 87.24 195.59 -
System Red Green Blue C M Y K H S L
Decimal 193 64 26 0 0.67 0.87 0.24 13.65 0.76 0.43
Hex C1 40 1A 0 43 57 18 E 4C 2B
Octal 301 100 32 0 103 127 30 16 114 53
Binary 11000001 1000000 11010 0 1000011 1010111 11000 1110 1001100 101011

Color Harmonies of #C1401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1401A

Black with #C1401A

Text Example


Text Example

White with #C1401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1401A; }

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

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

background-color css

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

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

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

border-color css

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

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

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