Html Css Color HEX #C5291F Harley Davidson Orange

📋 copy color: '#C5291F'

red 197 ◦ green 41 ◦ blue 31

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

Shades of Harley Davidson Orange #C5291F

Tints of Harley Davidson Orange #C5291F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 73.23%
G = 15.24%
B = 11.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C5291F (or 0xC5291F) is known color: Harley Davidson Orange. HEX triplet: C5, 29 and 1F. RGB value is (197,41,31). Sum of RGB (Red+Green+Blue) = 197+41+31=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 31 (12.5% from 255 or 11.52% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C5291F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5291F is #3AD6E0. Grayscale: #565656. Windows color (decimal): -3856097 or 2042309. OLE color: 2042309.

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

Color convert

RGB 197 41 31 -
CMYK 0 0.79 0.84 0.23
HSL 3.61º 0.73% 0.45% -
HSV(B) 3.61º 0.84% 0.77% -
XYZ 24.07 13.56 2.64 -
YUV 86.5 96.68 206.81 -
System Red Green Blue C M Y K H S L
Decimal 197 41 31 0 0.79 0.84 0.23 3.61 0.73 0.45
Hex C5 29 1F 0 4F 54 17 4 49 2D
Octal 305 51 37 0 117 124 27 4 111 55
Binary 11000101 101001 11111 0 1001111 1010100 10111 100 1001001 101101

Color Harmonies of #C5291F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5291F

Black with #C5291F

Text Example


Text Example

White with #C5291F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5291F; }

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

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

background-color css

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

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

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

border-color css

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

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

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