Html Css Color HEX #C13505 Harley Davidson Orange

📋 copy color: '#C13505'

red 193 ◦ green 53 ◦ blue 5

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

Shades of Harley Davidson Orange #C13505

Tints of Harley Davidson Orange #C13505

RGB

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

 GREEN value IS 53 (21.09% from 255) = 21.12%

 BLUE value IS 5 (2.34% from 255) = 1.99%

R = 76.89%
G = 21.12%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#C13505 (or 0xC13505) is known color: Harley Davidson Orange. HEX triplet: C1, 35 and 05. RGB value is (193,53,5). Sum of RGB (Red+Green+Blue) = 193+53+5=251 (33% of max value = 765). Red value is 193 (75.78% from 255 or 76.89% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 193 - color contains mainly: red. Hex color #C13505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C13505 is #3ECAFA. Grayscale: #595959. Windows color (decimal): -4115195 or 341441. OLE color: 341441.

HSL color Cylindrical-coordinate representation of color #C13505: hue angle of 15.32º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C13505 is Cyan = 0, Magento = 0.73, Yellow = 0.97 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 53 5 -
CMYK 0 0.73 0.97 0.24
HSL 15.32º 0.95% 0.39% -
HSV(B) 15.32º 0.97% 0.76% -
XYZ 23.29 13.89 1.6 -
YUV 89.39 80.38 201.9 -
System Red Green Blue C M Y K H S L
Decimal 193 53 5 0 0.73 0.97 0.24 15.32 0.95 0.39
Hex C1 35 5 0 49 61 18 F 5F 27
Octal 301 65 5 0 111 141 30 17 137 47
Binary 11000001 110101 101 0 1001001 1100001 11000 1111 1011111 100111

Color Harmonies of #C13505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C13505

Black with #C13505

Text Example


Text Example

White with #C13505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C13505; }

 p { color: rgb(193,53,5); }

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

background-color css

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

 a { background-color: rgb(193,53,5); }

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

border-color css

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

 span { border-color: rgb(193,53,5); }

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