Html Css Color HEX #C13811 Harley Davidson Orange

📋 copy color: '#C13811'

red 193 ◦ green 56 ◦ blue 17

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

Shades of Harley Davidson Orange #C13811

Tints of Harley Davidson Orange #C13811

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.05%

 BLUE value IS 17 (7.03% from 255) = 6.39%

R = 72.56%
G = 21.05%
B = 6.39%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C13811 (or 0xC13811) is known color: Harley Davidson Orange. HEX triplet: C1, 38 and 11. RGB value is (193,56,17). Sum of RGB (Red+Green+Blue) = 193+56+17=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 56 (22.27% from 255 or 21.05% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13811 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13811 is #3EC7EE. Grayscale: #5C5C5C. Windows color (decimal): -4114415 or 1128641. OLE color: 1128641.

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

Color convert

RGB 193 56 17 -
CMYK 0 0.71 0.91 0.24
HSL 13.3º 0.84% 0.41% -
HSV(B) 13.3º 0.91% 0.76% -
XYZ 23.51 14.21 2.03 -
YUV 92.52 85.39 199.67 -
System Red Green Blue C M Y K H S L
Decimal 193 56 17 0 0.71 0.91 0.24 13.3 0.84 0.41
Hex C1 38 11 0 47 5B 18 D 54 29
Octal 301 70 21 0 107 133 30 15 124 51
Binary 11000001 111000 10001 0 1000111 1011011 11000 1101 1010100 101001

Color Harmonies of #C13811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13811

Black with #C13811

Text Example


Text Example

White with #C13811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13811; }

 p { color: rgb(193,56,17); }

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

background-color css

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

 a { background-color: rgb(193,56,17); }

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

border-color css

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

 span { border-color: rgb(193,56,17); }

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