Html Css Color HEX #C5320A Harley Davidson Orange

📋 copy color: '#C5320A'

red 197 ◦ green 50 ◦ blue 10

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

Shades of Harley Davidson Orange #C5320A

Tints of Harley Davidson Orange #C5320A

RGB

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

 GREEN value IS 50 (19.92% from 255) = 19.46%

 BLUE value IS 10 (4.3% from 255) = 3.89%

R = 76.65%
G = 19.46%
B = 3.89%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5320A (or 0xC5320A) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 0A. RGB value is (197,50,10). Sum of RGB (Red+Green+Blue) = 197+50+10=257 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.65% from 257); Green value is 50 (19.92% from 255 or 19.46% from 257); Blue value is 10 (4.30% from 255 or 3.89% from 257); Max value from RGB is 197 - color contains mainly: red. Hex color #C5320A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5320A is #3ACDF5. Grayscale: #595959. Windows color (decimal): -3853814 or 668357. OLE color: 668357.

HSL color Cylindrical-coordinate representation of color #C5320A: hue angle of 12.83º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C5320A is Cyan = 0, Magento = 0.75, Yellow = 0.95 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 10 -
CMYK 0 0.75 0.95 0.23
HSL 12.83º 0.9% 0.41% -
HSV(B) 12.83º 0.95% 0.77% -
XYZ 24.22 14.17 1.75 -
YUV 89.39 83.2 204.75 -
System Red Green Blue C M Y K H S L
Decimal 197 50 10 0 0.75 0.95 0.23 12.83 0.9 0.41
Hex C5 32 A 0 4B 5F 17 D 5A 29
Octal 305 62 12 0 113 137 27 15 132 51
Binary 11000101 110010 1010 0 1001011 1011111 10111 1101 1011010 101001

Color Harmonies of #C5320A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5320A

Black with #C5320A

Text Example


Text Example

White with #C5320A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5320A; }

 p { color: rgb(197,50,10); }

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

background-color css

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

 a { background-color: rgb(197,50,10); }

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

border-color css

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

 span { border-color: rgb(197,50,10); }

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