Html Css Color HEX #C5371F Harley Davidson Orange

📋 copy color: '#C5371F'

red 197 ◦ green 55 ◦ blue 31

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

Shades of Harley Davidson Orange #C5371F

Tints of Harley Davidson Orange #C5371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.95%

R = 69.61%
G = 19.43%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5371F (or 0xC5371F) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 1F. RGB value is (197,55,31). Sum of RGB (Red+Green+Blue) = 197+55+31=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 55 (21.88% from 255 or 19.43% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5371F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5371F is #3AC8E0. Grayscale: #5E5E5E. Windows color (decimal): -3852513 or 2045893. OLE color: 2045893.

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

Color convert

RGB 197 55 31 -
CMYK 0 0.72 0.84 0.23
HSL 8.67º 0.73% 0.45% -
HSV(B) 8.67º 0.84% 0.77% -
XYZ 24.64 14.7 2.84 -
YUV 94.72 92.04 200.95 -
System Red Green Blue C M Y K H S L
Decimal 197 55 31 0 0.72 0.84 0.23 8.67 0.73 0.45
Hex C5 37 1F 0 48 54 17 9 49 2D
Octal 305 67 37 0 110 124 27 11 111 55
Binary 11000101 110111 11111 0 1001000 1010100 10111 1001 1001001 101101

Color Harmonies of #C5371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5371F

Black with #C5371F

Text Example


Text Example

White with #C5371F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5371F; }

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

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

background-color css

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

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

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

border-color css

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

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

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