Html Css Color HEX #C13013 Harley Davidson Orange

📋 copy color: '#C13013'

red 193 ◦ green 48 ◦ blue 19

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

Shades of Harley Davidson Orange #C13013

Tints of Harley Davidson Orange #C13013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.46%

 BLUE value IS 19 (7.81% from 255) = 7.31%

R = 74.23%
G = 18.46%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C13013 (or 0xC13013) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 13. RGB value is (193,48,19). Sum of RGB (Red+Green+Blue) = 193+48+19=260 (34% of max value = 765). Red value is 193 (75.78% from 255 or 74.23% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 19 (7.81% from 255 or 7.31% from 260); Max value from RGB is 193 - color contains mainly: red. Hex color #C13013 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13013 is #3ECFEC. Grayscale: #585858. Windows color (decimal): -4116461 or 1257665. OLE color: 1257665.

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

Color convert

RGB 193 48 19 -
CMYK 0 0.75 0.90 0.24
HSL 10º 0.82% 0.42% -
HSV(B) 10º 0.9% 0.76% -
XYZ 23.17 13.5 2 -
YUV 88.05 89.04 202.86 -
System Red Green Blue C M Y K H S L
Decimal 193 48 19 0 0.75 0.90 0.24 10 0.82 0.42
Hex C1 30 13 0 4B 5A 18 A 52 2A
Octal 301 60 23 0 113 132 30 12 122 52
Binary 11000001 110000 10011 0 1001011 1011010 11000 1010 1010010 101010

Color Harmonies of #C13013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13013

Black with #C13013

Text Example


Text Example

White with #C13013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13013; }

 p { color: rgb(193,48,19); }

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

background-color css

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

 a { background-color: rgb(193,48,19); }

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

border-color css

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

 span { border-color: rgb(193,48,19); }

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