Html Css Color HEX #C5350D Harley Davidson Orange

📋 copy color: '#C5350D'

red 197 ◦ green 53 ◦ blue 13

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

Shades of Harley Davidson Orange #C5350D

Tints of Harley Davidson Orange #C5350D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 4.94%

R = 74.9%
G = 20.15%
B = 4.94%

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

#C5350D (or 0xC5350D) is known color: Harley Davidson Orange. HEX triplet: C5, 35 and 0D. RGB value is (197,53,13). Sum of RGB (Red+Green+Blue) = 197+53+13=263 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.90% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 13 (5.47% from 255 or 4.94% from 263); Max value from RGB is 197 - color contains mainly: red. Hex color #C5350D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5350D is #3ACAF2. Grayscale: #5B5B5B. Windows color (decimal): -3853043 or 865733. OLE color: 865733.

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

Color convert

RGB 197 53 13 -
CMYK 0 0.73 0.93 0.23
HSL 13.04º 0.88% 0.41% -
HSV(B) 13.04º 0.93% 0.77% -
XYZ 24.37 14.45 1.88 -
YUV 91.5 83.71 203.25 -
System Red Green Blue C M Y K H S L
Decimal 197 53 13 0 0.73 0.93 0.23 13.04 0.88 0.41
Hex C5 35 D 0 49 5D 17 D 58 29
Octal 305 65 15 0 111 135 27 15 130 51
Binary 11000101 110101 1101 0 1001001 1011101 10111 1101 1011000 101001

Color Harmonies of #C5350D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5350D

Black with #C5350D

Text Example


Text Example

White with #C5350D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5350D; }

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

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

background-color css

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

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

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

border-color css

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

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

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