Html Css Color HEX #C5411A Harley Davidson Orange

📋 copy color: '#C5411A'

red 197 ◦ green 65 ◦ blue 26

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

Shades of Harley Davidson Orange #C5411A

Tints of Harley Davidson Orange #C5411A

RGB

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

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

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

R = 68.4%
G = 22.57%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C5411A (or 0xC5411A) is known color: Harley Davidson Orange. HEX triplet: C5, 41 and 1A. RGB value is (197,65,26). Sum of RGB (Red+Green+Blue) = 197+65+26=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 65 (25.78% from 255 or 22.57% from 288); Blue value is 26 (10.55% from 255 or 9.03% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5411A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5411A is #3ABEE5. Grayscale: #646464. Windows color (decimal): -3849958 or 1720773. OLE color: 1720773.

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

Color convert

RGB 197 65 26 -
CMYK 0 0.67 0.87 0.23
HSL 13.68º 0.77% 0.44% -
HSV(B) 13.68º 0.87% 0.77% -
XYZ 25.1 15.73 2.69 -
YUV 100.02 86.23 197.17 -
System Red Green Blue C M Y K H S L
Decimal 197 65 26 0 0.67 0.87 0.23 13.68 0.77 0.44
Hex C5 41 1A 0 43 57 17 E 4D 2C
Octal 305 101 32 0 103 127 27 16 115 54
Binary 11000101 1000001 11010 0 1000011 1010111 10111 1110 1001101 101100

Color Harmonies of #C5411A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5411A

Black with #C5411A

Text Example


Text Example

White with #C5411A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5411A; }

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

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

background-color css

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

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

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

border-color css

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

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

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