Html Css Color HEX #C52201 Harley Davidson Orange

📋 copy color: '#C52201'

red 197 ◦ green 34 ◦ blue 1

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

Shades of Harley Davidson Orange #C52201

Tints of Harley Davidson Orange #C52201

RGB

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

 GREEN value IS 34 (13.67% from 255) = 14.66%

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

R = 84.91%
G = 14.66%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C52201 (or 0xC52201) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 01. RGB value is (197,34,1). Sum of RGB (Red+Green+Blue) = 197+34+1=232 (30% of max value = 765). Red value is 197 (77.34% from 255 or 84.91% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 1 (0.78% from 255 or 0.43% from 232); Max value from RGB is 197 - color contains mainly: red. Hex color #C52201 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52201 is #3ADDFE. Grayscale: #4F4F4F. Windows color (decimal): -3857919 or 74437. OLE color: 74437.

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

Color convert

RGB 197 34 1 -
CMYK 0 0.83 0.99 0.23
HSL 10.1º 0.99% 0.39% -
HSV(B) 10.1º 0.99% 0.77% -
XYZ 23.6 13.02 1.3 -
YUV 78.98 84 212.18 -
System Red Green Blue C M Y K H S L
Decimal 197 34 1 0 0.83 0.99 0.23 10.1 0.99 0.39
Hex C5 22 1 0 53 63 17 A 63 27
Octal 305 42 1 0 123 143 27 12 143 47
Binary 11000101 100010 1 0 1010011 1100011 10111 1010 1100011 100111

Color Harmonies of #C52201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52201

Black with #C52201

Text Example


Text Example

White with #C52201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52201; }

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

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

background-color css

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

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

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

border-color css

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

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

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