Html Css Color HEX #C5371C Harley Davidson Orange

📋 copy color: '#C5371C'

red 197 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #C5371C

Tints of Harley Davidson Orange #C5371C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 70.36%
G = 19.64%
B = 10%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5371C (or 0xC5371C) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 1C. RGB value is (197,55,28). Sum of RGB (Red+Green+Blue) = 197+55+28=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5371C is #3AC8E3. Grayscale: #5E5E5E. Windows color (decimal): -3852516 or 1849285. OLE color: 1849285.

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

Color convert

RGB 197 55 28 -
CMYK 0 0.72 0.86 0.23
HSL 9.59º 0.75% 0.44% -
HSV(B) 9.59º 0.86% 0.77% -
XYZ 24.6 14.69 2.64 -
YUV 94.38 90.54 201.2 -
System Red Green Blue C M Y K H S L
Decimal 197 55 28 0 0.72 0.86 0.23 9.59 0.75 0.44
Hex C5 37 1C 0 48 56 17 A 4B 2C
Octal 305 67 34 0 110 126 27 12 113 54
Binary 11000101 110111 11100 0 1001000 1010110 10111 1010 1001011 101100

Color Harmonies of #C5371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5371C

Black with #C5371C

Text Example


Text Example

White with #C5371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5371C; }

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

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

background-color css

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

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

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

border-color css

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

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

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