Html Css Color HEX #C5261C Harley Davidson Orange

📋 copy color: '#C5261C'

red 197 ◦ green 38 ◦ blue 28

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

Shades of Harley Davidson Orange #C5261C

Tints of Harley Davidson Orange #C5261C

RGB

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

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

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

R = 74.9%
G = 14.45%
B = 10.65%

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

#C5261C (or 0xC5261C) is known color: Harley Davidson Orange. HEX triplet: C5, 26 and 1C. RGB value is (197,38,28). Sum of RGB (Red+Green+Blue) = 197+38+28=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 38 (15.23% from 255 or 14.45% from 263); Blue value is 28 (11.33% from 255 or 10.65% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5261C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5261C is #3AD9E3. Grayscale: #545454. Windows color (decimal): -3856868 or 1844933. OLE color: 1844933.

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

Color convert

RGB 197 38 28 -
CMYK 0 0.81 0.86 0.23
HSL 3.55º 0.75% 0.44% -
HSV(B) 3.55º 0.86% 0.77% -
XYZ 23.93 13.34 2.41 -
YUV 84.4 96.18 208.31 -
System Red Green Blue C M Y K H S L
Decimal 197 38 28 0 0.81 0.86 0.23 3.55 0.75 0.44
Hex C5 26 1C 0 51 56 17 4 4B 2C
Octal 305 46 34 0 121 126 27 4 113 54
Binary 11000101 100110 11100 0 1010001 1010110 10111 100 1001011 101100

Color Harmonies of #C5261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5261C

Black with #C5261C

Text Example


Text Example

White with #C5261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5261C; }

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

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

background-color css

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

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

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

border-color css

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

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

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