Html Css Color HEX #C53701 Harley Davidson Orange

📋 copy color: '#C53701'

red 197 ◦ green 55 ◦ blue 1

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

Shades of Harley Davidson Orange #C53701

Tints of Harley Davidson Orange #C53701

RGB

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

 GREEN value IS 55 (21.88% from 255) = 21.74%

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

R = 77.87%
G = 21.74%
B = 0.4%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C53701 (or 0xC53701) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 01. RGB value is (197,55,1). Sum of RGB (Red+Green+Blue) = 197+55+1=253 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.87% from 253); Green value is 55 (21.88% from 255 or 21.74% from 253); Blue value is 1 (0.78% from 255 or 0.40% from 253); Max value from RGB is 197 - color contains mainly: red. Hex color #C53701 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53701 is #3AC8FE. Grayscale: #5B5B5B. Windows color (decimal): -3852543 or 79813. OLE color: 79813.

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

Color convert

RGB 197 55 1 -
CMYK 0 0.72 0.99 0.23
HSL 16.53º 0.99% 0.39% -
HSV(B) 16.53º 0.99% 0.77% -
XYZ 24.4 14.6 1.56 -
YUV 91.3 77.04 203.39 -
System Red Green Blue C M Y K H S L
Decimal 197 55 1 0 0.72 0.99 0.23 16.53 0.99 0.39
Hex C5 37 1 0 48 63 17 11 63 27
Octal 305 67 1 0 110 143 27 21 143 47
Binary 11000101 110111 1 0 1001000 1100011 10111 10001 1100011 100111

Color Harmonies of #C53701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53701

Black with #C53701

Text Example


Text Example

White with #C53701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53701; }

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

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

background-color css

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

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

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

border-color css

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

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

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