Html Css Color HEX #C1361E Harley Davidson Orange

📋 copy color: '#C1361E'

red 193 ◦ green 54 ◦ blue 30

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

Shades of Harley Davidson Orange #C1361E

Tints of Harley Davidson Orange #C1361E

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.49%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 69.68%
G = 19.49%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C1361E (or 0xC1361E) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 1E. RGB value is (193,54,30). Sum of RGB (Red+Green+Blue) = 193+54+30=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1361E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1361E is #3EC9E1. Grayscale: #5D5D5D. Windows color (decimal): -4114914 or 1980097. OLE color: 1980097.

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

Color convert

RGB 193 54 30 -
CMYK 0 0.72 0.84 0.24
HSL 8.83º 0.73% 0.44% -
HSV(B) 8.83º 0.84% 0.76% -
XYZ 23.55 14.07 2.7 -
YUV 92.83 92.55 199.45 -
System Red Green Blue C M Y K H S L
Decimal 193 54 30 0 0.72 0.84 0.24 8.83 0.73 0.44
Hex C1 36 1E 0 48 54 18 9 49 2C
Octal 301 66 36 0 110 124 30 11 111 54
Binary 11000001 110110 11110 0 1001000 1010100 11000 1001 1001001 101100

Color Harmonies of #C1361E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1361E

Black with #C1361E

Text Example


Text Example

White with #C1361E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1361E; }

 p { color: rgb(193,54,30); }

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

background-color css

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

 a { background-color: rgb(193,54,30); }

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

border-color css

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

 span { border-color: rgb(193,54,30); }

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