Html Css Color HEX #C5251B Harley Davidson Orange

📋 copy color: '#C5251B'

red 197 ◦ green 37 ◦ blue 27

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

Shades of Harley Davidson Orange #C5251B

Tints of Harley Davidson Orange #C5251B

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

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

R = 75.48%
G = 14.18%
B = 10.34%

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

#C5251B (or 0xC5251B) is known color: Harley Davidson Orange. HEX triplet: C5, 25 and 1B. RGB value is (197,37,27). Sum of RGB (Red+Green+Blue) = 197+37+27=261 (34% of max value = 765). Red value is 197 (77.34% from 255 or 75.48% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 27 (10.94% from 255 or 10.34% from 261); Max value from RGB is 197 - color contains mainly: red. Hex color #C5251B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5251B is #3ADAE4. Grayscale: #535353. Windows color (decimal): -3857125 or 1779141. OLE color: 1779141.

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

Color convert

RGB 197 37 27 -
CMYK 0 0.81 0.86 0.23
HSL 3.53º 0.76% 0.44% -
HSV(B) 3.53º 0.86% 0.77% -
XYZ 23.89 13.27 2.34 -
YUV 83.7 96.01 208.81 -
System Red Green Blue C M Y K H S L
Decimal 197 37 27 0 0.81 0.86 0.23 3.53 0.76 0.44
Hex C5 25 1B 0 51 56 17 4 4C 2C
Octal 305 45 33 0 121 126 27 4 114 54
Binary 11000101 100101 11011 0 1010001 1010110 10111 100 1001100 101100

Color Harmonies of #C5251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5251B

Black with #C5251B

Text Example


Text Example

White with #C5251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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