Html Css Color HEX #C5401A Harley Davidson Orange

📋 copy color: '#C5401A'

red 197 ◦ green 64 ◦ blue 26

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

Shades of Harley Davidson Orange #C5401A

Tints of Harley Davidson Orange #C5401A

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.3%

 BLUE value IS 26 (10.55% from 255) = 9.06%

R = 68.64%
G = 22.3%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5401A (or 0xC5401A) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 1A. RGB value is (197,64,26). Sum of RGB (Red+Green+Blue) = 197+64+26=287 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.64% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 26 (10.55% from 255 or 9.06% from 287); Max value from RGB is 197 - color contains mainly: red. Hex color #C5401A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5401A is #3ABFE5. Grayscale: #636363. Windows color (decimal): -3850214 or 1720517. OLE color: 1720517.

HSL color Cylindrical-coordinate representation of color #C5401A: hue angle of 13.33º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C5401A is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 26 -
CMYK 0 0.68 0.87 0.23
HSL 13.33º 0.77% 0.44% -
HSV(B) 13.33º 0.87% 0.77% -
XYZ 25.05 15.61 2.67 -
YUV 99.44 86.56 197.59 -
System Red Green Blue C M Y K H S L
Decimal 197 64 26 0 0.68 0.87 0.23 13.33 0.77 0.44
Hex C5 40 1A 0 44 57 17 D 4D 2C
Octal 305 100 32 0 104 127 27 15 115 54
Binary 11000101 1000000 11010 0 1000100 1010111 10111 1101 1001101 101100

Color Harmonies of #C5401A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5401A

Black with #C5401A

Text Example


Text Example

White with #C5401A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5401A; }

 p { color: rgb(197,64,26); }

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

background-color css

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

 a { background-color: rgb(197,64,26); }

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

border-color css

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

 span { border-color: rgb(197,64,26); }

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