Html Css Color HEX #C52100 Harley Davidson Orange

📋 copy color: '#C52100'

red 197 ◦ green 33 ◦ blue 0

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

Shades of Harley Davidson Orange #C52100

Tints of Harley Davidson Orange #C52100

RGB

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

 GREEN value IS 33 (13.28% from 255) = 14.35%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.65%
G = 14.35%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C52100 (or 0xC52100) is known color: Harley Davidson Orange. HEX triplet: C5, 21 and 00. RGB value is (197,33,0). Sum of RGB (Red+Green+Blue) = 197+33+0=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 33 (13.28% from 255 or 14.35% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C52100 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52100 is #3ADEFF. Grayscale: #4E4E4E. Windows color (decimal): -3858176 or 8645. OLE color: 8645.

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

Color convert

RGB 197 33 0 -
CMYK 0 0.83 1 0.23
HSL 10.05º 1% 0.39% -
HSV(B) 10.05º 1% 0.77% -
XYZ 23.57 12.96 1.26 -
YUV 78.27 83.83 212.68 -
System Red Green Blue C M Y K H S L
Decimal 197 33 0 0 0.83 1 0.23 10.05 1 0.39
Hex C5 21 0 0 53 64 17 A 64 27
Octal 305 41 0 0 123 144 27 12 144 47
Binary 11000101 100001 0 0 1010011 1100100 10111 1010 1100100 100111

Color Harmonies of #C52100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52100

Black with #C52100

Text Example


Text Example

White with #C52100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52100; }

 p { color: rgb(197,33,0); }

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

background-color css

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

 a { background-color: rgb(197,33,0); }

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

border-color css

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

 span { border-color: rgb(197,33,0); }

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