Html Css Color HEX #C53501 Harley Davidson Orange

📋 copy color: '#C53501'

red 197 ◦ green 53 ◦ blue 1

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

Shades of Harley Davidson Orange #C53501

Tints of Harley Davidson Orange #C53501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.4%

R = 78.49%
G = 21.12%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C53501 (or 0xC53501) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 01. RGB value is (197,53,1). Sum of RGB (Red+Green+Blue) = 197+53+1=251 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.49% from 251); Green value is 53 (21.09% from 255 or 21.12% from 251); Blue value is 1 (0.78% from 255 or 0.40% from 251); Max value from RGB is 197 - color contains mainly: red. Hex color #C53501 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53501 is #3ACAFE. Grayscale: #5A5A5A. Windows color (decimal): -3853055 or 79301. OLE color: 79301.

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

Color convert

RGB 197 53 1 -
CMYK 0 0.73 0.99 0.23
HSL 15.92º 0.99% 0.39% -
HSV(B) 15.92º 0.99% 0.77% -
XYZ 24.3 14.42 1.53 -
YUV 90.13 77.71 204.23 -
System Red Green Blue C M Y K H S L
Decimal 197 53 1 0 0.73 0.99 0.23 15.92 0.99 0.39
Hex C5 35 1 0 49 63 17 10 63 27
Octal 305 65 1 0 111 143 27 20 143 47
Binary 11000101 110101 1 0 1001001 1100011 10111 10000 1100011 100111

Color Harmonies of #C53501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53501

Black with #C53501

Text Example


Text Example

White with #C53501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53501; }

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

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

background-color css

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

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

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

border-color css

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

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

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