Html Css Color HEX #C5350E Harley Davidson Orange

📋 copy color: '#C5350E'

red 197 ◦ green 53 ◦ blue 14

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

Shades of Harley Davidson Orange #C5350E

Tints of Harley Davidson Orange #C5350E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.3%

R = 74.62%
G = 20.08%
B = 5.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5350E (or 0xC5350E) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 0E. RGB value is (197,53,14). Sum of RGB (Red+Green+Blue) = 197+53+14=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 53 (21.09% from 255 or 20.08% from 264); Blue value is 14 (5.86% from 255 or 5.30% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5350E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5350E is #3ACAF1. Grayscale: #5B5B5B. Windows color (decimal): -3853042 or 931269. OLE color: 931269.

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

Color convert

RGB 197 53 14 -
CMYK 0 0.73 0.93 0.23
HSL 12.79º 0.87% 0.41% -
HSV(B) 12.79º 0.93% 0.77% -
XYZ 24.38 14.45 1.92 -
YUV 91.61 84.21 203.17 -
System Red Green Blue C M Y K H S L
Decimal 197 53 14 0 0.73 0.93 0.23 12.79 0.87 0.41
Hex C5 35 E 0 49 5D 17 D 57 29
Octal 305 65 16 0 111 135 27 15 127 51
Binary 11000101 110101 1110 0 1001001 1011101 10111 1101 1010111 101001

Color Harmonies of #C5350E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5350E

Black with #C5350E

Text Example


Text Example

White with #C5350E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5350E; }

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

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

background-color css

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

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

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

border-color css

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

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

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