Html Css Color HEX #C13617 Harley Davidson Orange

📋 copy color: '#C13617'

red 193 ◦ green 54 ◦ blue 23

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

Shades of Harley Davidson Orange #C13617

Tints of Harley Davidson Orange #C13617

RGB

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

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

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

R = 71.48%
G = 20%
B = 8.52%

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

#C13617 (or 0xC13617) is known color: Harley Davidson Orange. HEX triplet: C1, 36 and 17. RGB value is (193,54,23). Sum of RGB (Red+Green+Blue) = 193+54+23=270 (35% of max value = 765). Red value is 193 (75.78% from 255 or 71.48% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 193 - color contains mainly: red. Hex color #C13617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13617 is #3EC9E8. Grayscale: #5C5C5C. Windows color (decimal): -4114921 or 1521345. OLE color: 1521345.

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

Color convert

RGB 193 54 23 -
CMYK 0 0.72 0.88 0.24
HSL 10.94º 0.79% 0.42% -
HSV(B) 10.94º 0.88% 0.76% -
XYZ 23.47 14.04 2.28 -
YUV 92.03 89.05 200.02 -
System Red Green Blue C M Y K H S L
Decimal 193 54 23 0 0.72 0.88 0.24 10.94 0.79 0.42
Hex C1 36 17 0 48 58 18 B 4F 2A
Octal 301 66 27 0 110 130 30 13 117 52
Binary 11000001 110110 10111 0 1001000 1011000 11000 1011 1001111 101010

Color Harmonies of #C13617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13617

Black with #C13617

Text Example


Text Example

White with #C13617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13617; }

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

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

background-color css

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

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

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

border-color css

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

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

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