Html Css Color HEX #C54116 Harley Davidson Orange

📋 copy color: '#C54116'

red 197 ◦ green 65 ◦ blue 22

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

Shades of Harley Davidson Orange #C54116

Tints of Harley Davidson Orange #C54116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.89%

 BLUE value IS 22 (8.98% from 255) = 7.75%

R = 69.37%
G = 22.89%
B = 7.75%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54116 (or 0xC54116) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 16. RGB value is (197,65,22). Sum of RGB (Red+Green+Blue) = 197+65+22=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 22 (8.98% from 255 or 7.75% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C54116 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54116 is #3ABEE9. Grayscale: #636363. Windows color (decimal): -3849962 or 1458629. OLE color: 1458629.

HSL color Cylindrical-coordinate representation of color #C54116: hue angle of 14.74º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C54116 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 65 22 -
CMYK 0 0.67 0.89 0.23
HSL 14.74º 0.8% 0.43% -
HSV(B) 14.74º 0.89% 0.77% -
XYZ 25.06 15.71 2.47 -
YUV 99.57 84.23 197.5 -
System Red Green Blue C M Y K H S L
Decimal 197 65 22 0 0.67 0.89 0.23 14.74 0.8 0.43
Hex C5 41 16 0 43 59 17 F 50 2B
Octal 305 101 26 0 103 131 27 17 120 53
Binary 11000101 1000001 10110 0 1000011 1011001 10111 1111 1010000 101011

Color Harmonies of #C54116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54116

Black with #C54116

Text Example


Text Example

White with #C54116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54116; }

 p { color: rgb(197,65,22); }

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

background-color css

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

 a { background-color: rgb(197,65,22); }

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

border-color css

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

 span { border-color: rgb(197,65,22); }

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