Html Css Color HEX #C1371A Harley Davidson Orange

📋 copy color: '#C1371A'

red 193 ◦ green 55 ◦ blue 26

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

Shades of Harley Davidson Orange #C1371A

Tints of Harley Davidson Orange #C1371A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.07%

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

R = 70.44%
G = 20.07%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.87

 K value IS 0.24

RGB Variations

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

Color information

#C1371A (or 0xC1371A) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 1A. RGB value is (193,55,26). Sum of RGB (Red+Green+Blue) = 193+55+26=274 (36% of max value = 765). Red value is 193 (75.78% from 255 or 70.44% from 274); Green value is 55 (21.88% from 255 or 20.07% from 274); Blue value is 26 (10.55% from 255 or 9.49% from 274); Max value from RGB is 193 - color contains mainly: red. Hex color #C1371A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1371A is #3EC8E5. Grayscale: #5D5D5D. Windows color (decimal): -4114662 or 1718209. OLE color: 1718209.

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

Color convert

RGB 193 55 26 -
CMYK 0 0.72 0.87 0.24
HSL 10.42º 0.76% 0.43% -
HSV(B) 10.42º 0.87% 0.76% -
XYZ 23.54 14.14 2.47 -
YUV 92.96 90.22 199.36 -
System Red Green Blue C M Y K H S L
Decimal 193 55 26 0 0.72 0.87 0.24 10.42 0.76 0.43
Hex C1 37 1A 0 48 57 18 A 4C 2B
Octal 301 67 32 0 110 127 30 12 114 53
Binary 11000001 110111 11010 0 1001000 1010111 11000 1010 1001100 101011

Color Harmonies of #C1371A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1371A

Black with #C1371A

Text Example


Text Example

White with #C1371A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1371A; }

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

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

background-color css

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

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

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

border-color css

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

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

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