Html Css Color HEX #C13118 Harley Davidson Orange

📋 copy color: '#C13118'

red 193 ◦ green 49 ◦ blue 24

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

Shades of Harley Davidson Orange #C13118

Tints of Harley Davidson Orange #C13118

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.42%

 BLUE value IS 24 (9.77% from 255) = 9.02%

R = 72.56%
G = 18.42%
B = 9.02%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C13118 (or 0xC13118) is known color: Harley Davidson Orange. HEX triplet: C1, 31 and 18. RGB value is (193,49,24). Sum of RGB (Red+Green+Blue) = 193+49+24=266 (35% of max value = 765). Red value is 193 (75.78% from 255 or 72.56% from 266); Green value is 49 (19.53% from 255 or 18.42% from 266); Blue value is 24 (9.77% from 255 or 9.02% from 266); Max value from RGB is 193 - color contains mainly: red. Hex color #C13118 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13118 is #3ECEE7. Grayscale: #595959. Windows color (decimal): -4116200 or 1585601. OLE color: 1585601.

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

Color convert

RGB 193 49 24 -
CMYK 0 0.75 0.88 0.24
HSL 8.88º 0.78% 0.43% -
HSV(B) 8.88º 0.88% 0.76% -
XYZ 23.26 13.6 2.26 -
YUV 89.21 91.21 202.03 -
System Red Green Blue C M Y K H S L
Decimal 193 49 24 0 0.75 0.88 0.24 8.88 0.78 0.43
Hex C1 31 18 0 4B 58 18 9 4E 2B
Octal 301 61 30 0 113 130 30 11 116 53
Binary 11000001 110001 11000 0 1001011 1011000 11000 1001 1001110 101011

Color Harmonies of #C13118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13118

Black with #C13118

Text Example


Text Example

White with #C13118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13118; }

 p { color: rgb(193,49,24); }

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

background-color css

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

 a { background-color: rgb(193,49,24); }

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

border-color css

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

 span { border-color: rgb(193,49,24); }

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