Html Css Color HEX #C5261B Harley Davidson Orange

📋 copy color: '#C5261B'

red 197 ◦ green 38 ◦ blue 27

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

Shades of Harley Davidson Orange #C5261B

Tints of Harley Davidson Orange #C5261B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.5%

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

R = 75.19%
G = 14.5%
B = 10.31%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5261B (or 0xC5261B) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 1B. RGB value is (197,38,27). Sum of RGB (Red+Green+Blue) = 197+38+27=262 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.19% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 27 (10.94% from 255 or 10.31% from 262); Max value from RGB is 197 - color contains mainly: red. Hex color #C5261B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5261B is #3AD9E4. Grayscale: #545454. Windows color (decimal): -3856869 or 1779397. OLE color: 1779397.

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

Color convert

RGB 197 38 27 -
CMYK 0 0.81 0.86 0.23
HSL 3.88º 0.76% 0.44% -
HSV(B) 3.88º 0.86% 0.77% -
XYZ 23.92 13.34 2.35 -
YUV 84.29 95.68 208.39 -
System Red Green Blue C M Y K H S L
Decimal 197 38 27 0 0.81 0.86 0.23 3.88 0.76 0.44
Hex C5 26 1B 0 51 56 17 4 4C 2C
Octal 305 46 33 0 121 126 27 4 114 54
Binary 11000101 100110 11011 0 1010001 1010110 10111 100 1001100 101100

Color Harmonies of #C5261B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5261B

Black with #C5261B

Text Example


Text Example

White with #C5261B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5261B; }

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

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

background-color css

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

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

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

border-color css

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

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

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