Html Css Color HEX #C5461E Harley Davidson Orange

📋 copy color: '#C5461E'

red 197 ◦ green 70 ◦ blue 30

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

Shades of Harley Davidson Orange #C5461E

Tints of Harley Davidson Orange #C5461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

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

R = 66.33%
G = 23.57%
B = 10.1%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5461E (or 0xC5461E) is known color: Harley Davidson Orange. HEX triplet: C5, 46 and 1E. RGB value is (197,70,30). Sum of RGB (Red+Green+Blue) = 197+70+30=297 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.33% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 30 (12.11% from 255 or 10.10% from 297); Max value from RGB is 197 - color contains mainly: red. Hex color #C5461E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5461E is #3AB9E1. Grayscale: #676767. Windows color (decimal): -3848674 or 1984197. OLE color: 1984197.

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

Color convert

RGB 197 70 30 -
CMYK 0 0.64 0.85 0.23
HSL 14.37º 0.74% 0.45% -
HSV(B) 14.37º 0.85% 0.77% -
XYZ 25.45 16.34 3.04 -
YUV 103.41 86.58 194.75 -
System Red Green Blue C M Y K H S L
Decimal 197 70 30 0 0.64 0.85 0.23 14.37 0.74 0.45
Hex C5 46 1E 0 40 55 17 E 4A 2D
Octal 305 106 36 0 100 125 27 16 112 55
Binary 11000101 1000110 11110 0 1000000 1010101 10111 1110 1001010 101101

Color Harmonies of #C5461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5461E

Black with #C5461E

Text Example


Text Example

White with #C5461E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5461E; }

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

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

background-color css

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

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

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

border-color css

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

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

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