Html Css Color HEX #C5371E Harley Davidson Orange

📋 copy color: '#C5371E'

red 197 ◦ green 55 ◦ blue 30

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

Shades of Harley Davidson Orange #C5371E

Tints of Harley Davidson Orange #C5371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 10.64%

R = 69.86%
G = 19.5%
B = 10.64%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5371E (or 0xC5371E) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 1E. RGB value is (197,55,30). Sum of RGB (Red+Green+Blue) = 197+55+30=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 30 (12.11% from 255 or 10.64% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5371E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5371E is #3AC8E1. Grayscale: #5E5E5E. Windows color (decimal): -3852514 or 1980357. OLE color: 1980357.

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

Color convert

RGB 197 55 30 -
CMYK 0 0.72 0.85 0.23
HSL 8.98º 0.74% 0.45% -
HSV(B) 8.98º 0.85% 0.77% -
XYZ 24.63 14.7 2.77 -
YUV 94.61 91.54 201.03 -
System Red Green Blue C M Y K H S L
Decimal 197 55 30 0 0.72 0.85 0.23 8.98 0.74 0.45
Hex C5 37 1E 0 48 55 17 9 4A 2D
Octal 305 67 36 0 110 125 27 11 112 55
Binary 11000101 110111 11110 0 1001000 1010101 10111 1001 1001010 101101

Color Harmonies of #C5371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5371E

Black with #C5371E

Text Example


Text Example

White with #C5371E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5371E; }

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

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

background-color css

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

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

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

border-color css

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

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

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