Html Css Color HEX #C53F10 Harley Davidson Orange

📋 copy color: '#C53F10'

red 197 ◦ green 63 ◦ blue 16

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

Shades of Harley Davidson Orange #C53F10

Tints of Harley Davidson Orange #C53F10

RGB

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

 GREEN value IS 63 (25% from 255) = 22.83%

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

R = 71.38%
G = 22.83%
B = 5.8%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C53F10 (or 0xC53F10) is known color: Harley Davidson Orange. HEX triplet: C5, 3F and 10. RGB value is (197,63,16). Sum of RGB (Red+Green+Blue) = 197+63+16=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 63 (25% from 255 or 22.83% from 276); Blue value is 16 (6.64% from 255 or 5.80% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C53F10 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53F10 is #3AC0EF. Grayscale: #626262. Windows color (decimal): -3850480 or 1064901. OLE color: 1064901.

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

Color convert

RGB 197 63 16 -
CMYK 0 0.68 0.92 0.23
HSL 15.58º 0.85% 0.42% -
HSV(B) 15.58º 0.92% 0.77% -
XYZ 24.9 15.46 2.16 -
YUV 97.71 81.89 198.82 -
System Red Green Blue C M Y K H S L
Decimal 197 63 16 0 0.68 0.92 0.23 15.58 0.85 0.42
Hex C5 3F 10 0 44 5C 17 10 55 2A
Octal 305 77 20 0 104 134 27 20 125 52
Binary 11000101 111111 10000 0 1000100 1011100 10111 10000 1010101 101010

Color Harmonies of #C53F10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53F10

Black with #C53F10

Text Example


Text Example

White with #C53F10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53F10; }

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

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

background-color css

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

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

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

border-color css

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

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

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