Html Css Color HEX #C5401C Harley Davidson Orange

📋 copy color: '#C5401C'

red 197 ◦ green 64 ◦ blue 28

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

Shades of Harley Davidson Orange #C5401C

Tints of Harley Davidson Orange #C5401C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.69%

R = 68.17%
G = 22.15%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5401C (or 0xC5401C) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 1C. RGB value is (197,64,28). Sum of RGB (Red+Green+Blue) = 197+64+28=289 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.17% from 289); Green value is 64 (25.39% from 255 or 22.15% from 289); Blue value is 28 (11.33% from 255 or 9.69% from 289); Max value from RGB is 197 - color contains mainly: red. Hex color #C5401C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5401C is #3ABFE3. Grayscale: #636363. Windows color (decimal): -3850212 or 1851589. OLE color: 1851589.

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

Color convert

RGB 197 64 28 -
CMYK 0 0.68 0.86 0.23
HSL 12.78º 0.75% 0.44% -
HSV(B) 12.78º 0.86% 0.77% -
XYZ 25.07 15.62 2.79 -
YUV 99.66 87.56 197.43 -
System Red Green Blue C M Y K H S L
Decimal 197 64 28 0 0.68 0.86 0.23 12.78 0.75 0.44
Hex C5 40 1C 0 44 56 17 D 4B 2C
Octal 305 100 34 0 104 126 27 15 113 54
Binary 11000101 1000000 11100 0 1000100 1010110 10111 1101 1001011 101100

Color Harmonies of #C5401C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5401C

Black with #C5401C

Text Example


Text Example

White with #C5401C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5401C; }

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

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

background-color css

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

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

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

border-color css

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

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

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