Html Css Color HEX #C5351E Harley Davidson Orange

📋 copy color: '#C5351E'

red 197 ◦ green 53 ◦ blue 30

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

Shades of Harley Davidson Orange #C5351E

Tints of Harley Davidson Orange #C5351E

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.93%

 BLUE value IS 30 (12.11% from 255) = 10.71%

R = 70.36%
G = 18.93%
B = 10.71%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5351E (or 0xC5351E) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 1E. RGB value is (197,53,30). Sum of RGB (Red+Green+Blue) = 197+53+30=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 53 (21.09% from 255 or 18.93% from 280); Blue value is 30 (12.11% from 255 or 10.71% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5351E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5351E is #3ACAE1. Grayscale: #5D5D5D. Windows color (decimal): -3853026 or 1979845. OLE color: 1979845.

HSL color Cylindrical-coordinate representation of color #C5351E: hue angle of 8.26º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5351E is Cyan = 0, Magento = 0.73, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 53 30 -
CMYK 0 0.73 0.85 0.23
HSL 8.26º 0.74% 0.45% -
HSV(B) 8.26º 0.85% 0.77% -
XYZ 24.53 14.51 2.74 -
YUV 93.43 92.21 201.87 -
System Red Green Blue C M Y K H S L
Decimal 197 53 30 0 0.73 0.85 0.23 8.26 0.74 0.45
Hex C5 35 1E 0 49 55 17 8 4A 2D
Octal 305 65 36 0 111 125 27 10 112 55
Binary 11000101 110101 11110 0 1001001 1010101 10111 1000 1001010 101101

Color Harmonies of #C5351E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5351E

Black with #C5351E

Text Example


Text Example

White with #C5351E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5351E; }

 p { color: rgb(197,53,30); }

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

background-color css

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

 a { background-color: rgb(197,53,30); }

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

border-color css

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

 span { border-color: rgb(197,53,30); }

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