Html Css Color HEX #C5401B Harley Davidson Orange

📋 copy color: '#C5401B'

red 197 ◦ green 64 ◦ blue 27

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

Shades of Harley Davidson Orange #C5401B

Tints of Harley Davidson Orange #C5401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.38%

R = 68.4%
G = 22.22%
B = 9.38%

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

#C5401B (or 0xC5401B) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 1B. RGB value is (197,64,27). Sum of RGB (Red+Green+Blue) = 197+64+27=288 (38% of max value = 765). Red value is 197 (77.34% from 255 or 68.40% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 27 (10.94% from 255 or 9.38% from 288); Max value from RGB is 197 - color contains mainly: red. Hex color #C5401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5401B is #3ABFE4. Grayscale: #636363. Windows color (decimal): -3850213 or 1786053. OLE color: 1786053.

HSL color Cylindrical-coordinate representation of color #C5401B: hue angle of 13.06º degrees, saturation: 0.76, 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 #C5401B is Cyan = 0, Magento = 0.68, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 64 27 -
CMYK 0 0.68 0.86 0.23
HSL 13.06º 0.76% 0.44% -
HSV(B) 13.06º 0.86% 0.77% -
XYZ 25.06 15.62 2.73 -
YUV 99.55 87.06 197.51 -
System Red Green Blue C M Y K H S L
Decimal 197 64 27 0 0.68 0.86 0.23 13.06 0.76 0.44
Hex C5 40 1B 0 44 56 17 D 4C 2C
Octal 305 100 33 0 104 126 27 15 114 54
Binary 11000101 1000000 11011 0 1000100 1010110 10111 1101 1001100 101100

Color Harmonies of #C5401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5401B

Black with #C5401B

Text Example


Text Example

White with #C5401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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