Html Css Color HEX #C13010 Harley Davidson Orange

📋 copy color: '#C13010'

red 193 ◦ green 48 ◦ blue 16

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

Shades of Harley Davidson Orange #C13010

Tints of Harley Davidson Orange #C13010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.23%

R = 75.1%
G = 18.68%
B = 6.23%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C13010 (or 0xC13010) is known color: Harley Davidson Orange. HEX triplet: C1, 30 and 10. RGB value is (193,48,16). Sum of RGB (Red+Green+Blue) = 193+48+16=257 (34% of max value = 765). Red value is 193 (75.78% from 255 or 75.10% from 257); Green value is 48 (19.14% from 255 or 18.68% from 257); Blue value is 16 (6.64% from 255 or 6.23% from 257); Max value from RGB is 193 - color contains mainly: red. Hex color #C13010 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13010 is #3ECFEF. Grayscale: #575757. Windows color (decimal): -4116464 or 1061057. OLE color: 1061057.

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

Color convert

RGB 193 48 16 -
CMYK 0 0.75 0.92 0.24
HSL 10.85º 0.85% 0.41% -
HSV(B) 10.85º 0.92% 0.76% -
XYZ 23.14 13.49 1.87 -
YUV 87.71 87.54 203.1 -
System Red Green Blue C M Y K H S L
Decimal 193 48 16 0 0.75 0.92 0.24 10.85 0.85 0.41
Hex C1 30 10 0 4B 5C 18 B 55 29
Octal 301 60 20 0 113 134 30 13 125 51
Binary 11000001 110000 10000 0 1001011 1011100 11000 1011 1010101 101001

Color Harmonies of #C13010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13010

Black with #C13010

Text Example


Text Example

White with #C13010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13010; }

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

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

background-color css

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

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

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

border-color css

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

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

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