Html Css Color HEX #C52A10 Harley Davidson Orange

📋 copy color: '#C52A10'

red 197 ◦ green 42 ◦ blue 16

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

Shades of Harley Davidson Orange #C52A10

Tints of Harley Davidson Orange #C52A10

RGB

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

 GREEN value IS 42 (16.8% from 255) = 16.47%

 BLUE value IS 16 (6.64% from 255) = 6.27%

R = 77.25%
G = 16.47%
B = 6.27%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C52A10 (or 0xC52A10) is known color: Harley Davidson Orange. HEX triplet: C5, 2A and 10. RGB value is (197,42,16). Sum of RGB (Red+Green+Blue) = 197+42+16=255 (33% of max value = 765). Red value is 197 (77.34% from 255 or 77.25% from 255); Green value is 42 (16.80% from 255 or 16.47% from 255); Blue value is 16 (6.64% from 255 or 6.27% from 255); Max value from RGB is 197 - color contains mainly: red. Hex color #C52A10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52A10 is #3AD5EF. Grayscale: #555555. Windows color (decimal): -3855856 or 1059525. OLE color: 1059525.

HSL color Cylindrical-coordinate representation of color #C52A10: hue angle of 8.62º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C52A10 is Cyan = 0, Magento = 0.79, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 42 16 -
CMYK 0 0.79 0.92 0.23
HSL 8.62º 0.85% 0.42% -
HSV(B) 8.62º 0.92% 0.77% -
XYZ 23.95 13.56 1.85 -
YUV 85.38 88.85 207.61 -
System Red Green Blue C M Y K H S L
Decimal 197 42 16 0 0.79 0.92 0.23 8.62 0.85 0.42
Hex C5 2A 10 0 4F 5C 17 9 55 2A
Octal 305 52 20 0 117 134 27 11 125 52
Binary 11000101 101010 10000 0 1001111 1011100 10111 1001 1010101 101010

Color Harmonies of #C52A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52A10

Black with #C52A10

Text Example


Text Example

White with #C52A10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52A10; }

 p { color: rgb(197,42,16); }

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

background-color css

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

 a { background-color: rgb(197,42,16); }

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

border-color css

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

 span { border-color: rgb(197,42,16); }

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