Html Css Color HEX #C52301 Harley Davidson Orange

📋 copy color: '#C52301'

red 197 ◦ green 35 ◦ blue 1

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

Shades of Harley Davidson Orange #C52301

Tints of Harley Davidson Orange #C52301

RGB

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

 GREEN value IS 35 (14.06% from 255) = 15.02%

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

R = 84.55%
G = 15.02%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C52301 (or 0xC52301) is known color: Harley Davidson Orange. HEX triplet: C5, 23 and 01. RGB value is (197,35,1). Sum of RGB (Red+Green+Blue) = 197+35+1=233 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.55% from 233); Green value is 35 (14.06% from 255 or 15.02% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 197 - color contains mainly: red. Hex color #C52301 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52301 is #3ADCFE. Grayscale: #4F4F4F. Windows color (decimal): -3857663 or 74693. OLE color: 74693.

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

Color convert

RGB 197 35 1 -
CMYK 0 0.82 0.99 0.23
HSL 10.41º 0.99% 0.39% -
HSV(B) 10.41º 0.99% 0.77% -
XYZ 23.63 13.07 1.31 -
YUV 79.56 83.67 211.76 -
System Red Green Blue C M Y K H S L
Decimal 197 35 1 0 0.82 0.99 0.23 10.41 0.99 0.39
Hex C5 23 1 0 52 63 17 A 63 27
Octal 305 43 1 0 122 143 27 12 143 47
Binary 11000101 100011 1 0 1010010 1100011 10111 1010 1100011 100111

Color Harmonies of #C52301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52301

Black with #C52301

Text Example


Text Example

White with #C52301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52301; }

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

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

background-color css

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

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

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

border-color css

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

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

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