Html Css Color HEX #C53505 Harley Davidson Orange

📋 copy color: '#C53505'

red 197 ◦ green 53 ◦ blue 5

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

Shades of Harley Davidson Orange #C53505

Tints of Harley Davidson Orange #C53505

RGB

 RED value IS 197 (77.34% from 255) = 77.25%

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

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

R = 77.25%
G = 20.78%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53505 (or 0xC53505) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 05. RGB value is (197,53,5). Sum of RGB (Red+Green+Blue) = 197+53+5=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 53 (21.09% from 255 or 20.78% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C53505 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53505 is #3ACAFA. Grayscale: #5A5A5A. Windows color (decimal): -3853051 or 341445. OLE color: 341445.

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

Color convert

RGB 197 53 5 -
CMYK 0 0.73 0.97 0.23
HSL 15º 0.95% 0.4% -
HSV(B) 15º 0.97% 0.77% -
XYZ 24.33 14.43 1.65 -
YUV 90.58 79.71 203.9 -
System Red Green Blue C M Y K H S L
Decimal 197 53 5 0 0.73 0.97 0.23 15 0.95 0.4
Hex C5 35 5 0 49 61 17 F 5F 28
Octal 305 65 5 0 111 141 27 17 137 50
Binary 11000101 110101 101 0 1001001 1100001 10111 1111 1011111 101000

Color Harmonies of #C53505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53505

Black with #C53505

Text Example


Text Example

White with #C53505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53505; }

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

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

background-color css

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

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

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

border-color css

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

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

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