Html Css Color HEX #C53105 Harley Davidson Orange

📋 copy color: '#C53105'

red 197 ◦ green 49 ◦ blue 5

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

Shades of Harley Davidson Orange #C53105

Tints of Harley Davidson Orange #C53105

RGB

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

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

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

R = 78.49%
G = 19.52%
B = 1.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53105 (or 0xC53105) is known color: Harley Davidson Orange. HEX triplet: C5, 31 and 05. RGB value is (197,49,5). Sum of RGB (Red+Green+Blue) = 197+49+5=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 49 (19.53% from 255 or 19.52% from 251); Blue value is 5 (2.34% from 255 or 1.99% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C53105 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53105 is #3ACEFA. Grayscale: #585858. Windows color (decimal): -3854075 or 340421. OLE color: 340421.

HSL color Cylindrical-coordinate representation of color #C53105: hue angle of 13.75º 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 #C53105 is Cyan = 0, Magento = 0.75, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 49 5 -
CMYK 0 0.75 0.97 0.23
HSL 13.75º 0.95% 0.4% -
HSV(B) 13.75º 0.97% 0.77% -
XYZ 24.15 14.08 1.59 -
YUV 88.24 81.03 205.58 -
System Red Green Blue C M Y K H S L
Decimal 197 49 5 0 0.75 0.97 0.23 13.75 0.95 0.4
Hex C5 31 5 0 4B 61 17 E 5F 28
Octal 305 61 5 0 113 141 27 16 137 50
Binary 11000101 110001 101 0 1001011 1100001 10111 1110 1011111 101000

Color Harmonies of #C53105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53105

Black with #C53105

Text Example


Text Example

White with #C53105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53105; }

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

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

background-color css

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

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

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

border-color css

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

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

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