Html Css Color HEX #C1371D Harley Davidson Orange

📋 copy color: '#C1371D'

red 193 ◦ green 55 ◦ blue 29

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

Shades of Harley Davidson Orange #C1371D

Tints of Harley Davidson Orange #C1371D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.47%

R = 69.68%
G = 19.86%
B = 10.47%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C1371D (or 0xC1371D) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 1D. RGB value is (193,55,29). Sum of RGB (Red+Green+Blue) = 193+55+29=277 (36% of max value = 765). Red value is 193 (75.78% from 255 or 69.68% from 277); Green value is 55 (21.88% from 255 or 19.86% from 277); Blue value is 29 (11.72% from 255 or 10.47% from 277); Max value from RGB is 193 - color contains mainly: red. Hex color #C1371D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1371D is #3EC8E2. Grayscale: #5D5D5D. Windows color (decimal): -4114659 or 1914817. OLE color: 1914817.

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

Color convert

RGB 193 55 29 -
CMYK 0 0.72 0.85 0.24
HSL 9.51º 0.74% 0.44% -
HSV(B) 9.51º 0.85% 0.76% -
XYZ 23.58 14.16 2.65 -
YUV 93.3 91.72 199.11 -
System Red Green Blue C M Y K H S L
Decimal 193 55 29 0 0.72 0.85 0.24 9.51 0.74 0.44
Hex C1 37 1D 0 48 55 18 A 4A 2C
Octal 301 67 35 0 110 125 30 12 112 54
Binary 11000001 110111 11101 0 1001000 1010101 11000 1010 1001010 101100

Color Harmonies of #C1371D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1371D

Black with #C1371D

Text Example


Text Example

White with #C1371D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1371D; }

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

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

background-color css

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

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

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

border-color css

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

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

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