Html Css Color HEX #C12617 Harley Davidson Orange

📋 copy color: '#C12617'

red 193 ◦ green 38 ◦ blue 23

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

Shades of Harley Davidson Orange #C12617

Tints of Harley Davidson Orange #C12617

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.96%

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

R = 75.98%
G = 14.96%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C12617 (or 0xC12617) is known color: Harley Davidson Orange. HEX triplet: C1, 26 and 17. RGB value is (193,38,23). Sum of RGB (Red+Green+Blue) = 193+38+23=254 (33% of max value = 765). Red value is 193 (75.78% from 255 or 75.98% from 254); Green value is 38 (15.23% from 255 or 14.96% from 254); Blue value is 23 (9.38% from 255 or 9.06% from 254); Max value from RGB is 193 - color contains mainly: red. Hex color #C12617 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12617 is #3ED9E8. Grayscale: #525252. Windows color (decimal): -4119017 or 1517249. OLE color: 1517249.

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

Color convert

RGB 193 38 23 -
CMYK 0 0.80 0.88 0.24
HSL 5.29º 0.79% 0.42% -
HSV(B) 5.29º 0.88% 0.76% -
XYZ 22.84 12.79 2.07 -
YUV 82.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 193 38 23 0 0.80 0.88 0.24 5.29 0.79 0.42
Hex C1 26 17 0 50 58 18 5 4F 2A
Octal 301 46 27 0 120 130 30 5 117 52
Binary 11000001 100110 10111 0 1010000 1011000 11000 101 1001111 101010

Color Harmonies of #C12617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12617

Black with #C12617

Text Example


Text Example

White with #C12617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12617; }

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

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

background-color css

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

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

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

border-color css

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

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

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