Html Css Color HEX #C5361C Harley Davidson Orange

📋 copy color: '#C5361C'

red 197 ◦ green 54 ◦ blue 28

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

Shades of Harley Davidson Orange #C5361C

Tints of Harley Davidson Orange #C5361C

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.35%

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

R = 70.61%
G = 19.35%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C5361C (or 0xC5361C) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 1C. RGB value is (197,54,28). Sum of RGB (Red+Green+Blue) = 197+54+28=279 (36% of max value = 765). Red value is 197 (77.34% from 255 or 70.61% from 279); Green value is 54 (21.48% from 255 or 19.35% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 197 - color contains mainly: red. Hex color #C5361C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5361C is #3AC9E3. Grayscale: #5E5E5E. Windows color (decimal): -3852772 or 1849029. OLE color: 1849029.

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

Color convert

RGB 197 54 28 -
CMYK 0 0.73 0.86 0.23
HSL 9.23º 0.75% 0.44% -
HSV(B) 9.23º 0.86% 0.77% -
XYZ 24.55 14.59 2.62 -
YUV 93.79 90.88 201.61 -
System Red Green Blue C M Y K H S L
Decimal 197 54 28 0 0.73 0.86 0.23 9.23 0.75 0.44
Hex C5 36 1C 0 49 56 17 9 4B 2C
Octal 305 66 34 0 111 126 27 11 113 54
Binary 11000101 110110 11100 0 1001001 1010110 10111 1001 1001011 101100

Color Harmonies of #C5361C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5361C

Black with #C5361C

Text Example


Text Example

White with #C5361C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5361C; }

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

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

background-color css

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

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

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

border-color css

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

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

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