Html Css Color HEX #C5370A Harley Davidson Orange

📋 copy color: '#C5370A'

red 197 ◦ green 55 ◦ blue 10

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

Shades of Harley Davidson Orange #C5370A

Tints of Harley Davidson Orange #C5370A

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.99%

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

R = 75.19%
G = 20.99%
B = 3.82%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5370A (or 0xC5370A) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 0A. RGB value is (197,55,10). Sum of RGB (Red+Green+Blue) = 197+55+10=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 55 (21.88% from 255 or 20.99% from 262); Blue value is 10 (4.30% from 255 or 3.82% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5370A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5370A is #3AC8F5. Grayscale: #5C5C5C. Windows color (decimal): -3852534 or 669637. OLE color: 669637.

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

Color convert

RGB 197 55 10 -
CMYK 0 0.72 0.95 0.23
HSL 14.44º 0.9% 0.41% -
HSV(B) 14.44º 0.95% 0.77% -
XYZ 24.45 14.62 1.82 -
YUV 92.33 81.54 202.66 -
System Red Green Blue C M Y K H S L
Decimal 197 55 10 0 0.72 0.95 0.23 14.44 0.9 0.41
Hex C5 37 A 0 48 5F 17 E 5A 29
Octal 305 67 12 0 110 137 27 16 132 51
Binary 11000101 110111 1010 0 1001000 1011111 10111 1110 1011010 101001

Color Harmonies of #C5370A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5370A

Black with #C5370A

Text Example


Text Example

White with #C5370A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5370A; }

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

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

background-color css

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

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

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

border-color css

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

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

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