Html Css Color HEX #C13717 Harley Davidson Orange

📋 copy color: '#C13717'

red 193 ◦ green 55 ◦ blue 23

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

Shades of Harley Davidson Orange #C13717

Tints of Harley Davidson Orange #C13717

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.49%

R = 71.22%
G = 20.3%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C13717 (or 0xC13717) is known color: Harley Davidson Orange. HEX triplet: C1, 37 and 17. RGB value is (193,55,23). Sum of RGB (Red+Green+Blue) = 193+55+23=271 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.22% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 23 (9.38% from 255 or 8.49% from 271); Max value from RGB is 193 - color contains mainly: red. Hex color #C13717 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13717 is #3EC8E8. Grayscale: #5C5C5C. Windows color (decimal): -4114665 or 1521601. OLE color: 1521601.

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

Color convert

RGB 193 55 23 -
CMYK 0 0.72 0.88 0.24
HSL 11.29º 0.79% 0.42% -
HSV(B) 11.29º 0.88% 0.76% -
XYZ 23.51 14.13 2.3 -
YUV 92.61 88.72 199.6 -
System Red Green Blue C M Y K H S L
Decimal 193 55 23 0 0.72 0.88 0.24 11.29 0.79 0.42
Hex C1 37 17 0 48 58 18 B 4F 2A
Octal 301 67 27 0 110 130 30 13 117 52
Binary 11000001 110111 10111 0 1001000 1011000 11000 1011 1001111 101010

Color Harmonies of #C13717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13717

Black with #C13717

Text Example


Text Example

White with #C13717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13717; }

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

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

background-color css

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

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

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

border-color css

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

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

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