Html Css Color HEX #C13614 Harley Davidson Orange

📋 copy color: '#C13614'

red 193 ◦ green 54 ◦ blue 20

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

Shades of Harley Davidson Orange #C13614

Tints of Harley Davidson Orange #C13614

RGB

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

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

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

R = 72.28%
G = 20.22%
B = 7.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C13614 (or 0xC13614) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 14. RGB value is (193,54,20). Sum of RGB (Red+Green+Blue) = 193+54+20=267 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.28% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 20 (8.20% from 255 or 7.49% from 267); Max value from RGB is 193 - color contains mainly: red. Hex color #C13614 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13614 is #3EC9EB. Grayscale: #5B5B5B. Windows color (decimal): -4114924 or 1324737. OLE color: 1324737.

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

Color convert

RGB 193 54 20 -
CMYK 0 0.72 0.90 0.24
HSL 11.79º 0.81% 0.42% -
HSV(B) 11.79º 0.9% 0.76% -
XYZ 23.44 14.03 2.13 -
YUV 91.69 87.55 200.26 -
System Red Green Blue C M Y K H S L
Decimal 193 54 20 0 0.72 0.90 0.24 11.79 0.81 0.42
Hex C1 36 14 0 48 5A 18 C 51 2A
Octal 301 66 24 0 110 132 30 14 121 52
Binary 11000001 110110 10100 0 1001000 1011010 11000 1100 1010001 101010

Color Harmonies of #C13614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13614

Black with #C13614

Text Example


Text Example

White with #C13614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13614; }

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

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

background-color css

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

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

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

border-color css

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

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

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