Html Css Color HEX #C13914 Harley Davidson Orange

📋 copy color: '#C13914'

red 193 ◦ green 57 ◦ blue 20

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

Shades of Harley Davidson Orange #C13914

Tints of Harley Davidson Orange #C13914

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 20 (8.2% from 255) = 7.41%

R = 71.48%
G = 21.11%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C13914 (or 0xC13914) is known color: Harley Davidson Orange. HEX triplet: C1, 39 and 14. RGB value is (193,57,20). Sum of RGB (Red+Green+Blue) = 193+57+20=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 20 (8.20% from 255 or 7.41% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C13914 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13914 is #3EC6EB. Grayscale: #5D5D5D. Windows color (decimal): -4114156 or 1325505. OLE color: 1325505.

HSL color Cylindrical-coordinate representation of color #C13914: hue angle of 12.83º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C13914 is Cyan = 0, Magento = 0.70, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 57 20 -
CMYK 0 0.70 0.90 0.24
HSL 12.83º 0.81% 0.42% -
HSV(B) 12.83º 0.9% 0.76% -
XYZ 23.58 14.31 2.18 -
YUV 93.45 86.56 199.01 -
System Red Green Blue C M Y K H S L
Decimal 193 57 20 0 0.70 0.90 0.24 12.83 0.81 0.42
Hex C1 39 14 0 46 5A 18 D 51 2A
Octal 301 71 24 0 106 132 30 15 121 52
Binary 11000001 111001 10100 0 1000110 1011010 11000 1101 1010001 101010

Color Harmonies of #C13914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13914

Black with #C13914

Text Example


Text Example

White with #C13914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13914; }

 p { color: rgb(193,57,20); }

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

background-color css

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

 a { background-color: rgb(193,57,20); }

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

border-color css

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

 span { border-color: rgb(193,57,20); }

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