Html Css Color HEX #C5390D Harley Davidson Orange

📋 copy color: '#C5390D'

red 197 ◦ green 57 ◦ blue 13

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

Shades of Harley Davidson Orange #C5390D

Tints of Harley Davidson Orange #C5390D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.35%

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

R = 73.78%
G = 21.35%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5390D (or 0xC5390D) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 0D. RGB value is (197,57,13). Sum of RGB (Red+Green+Blue) = 197+57+13=267 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.78% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 13 (5.47% from 255 or 4.87% from 267); Max value from RGB is 197 - color contains mainly: red. Hex color #C5390D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5390D is #3AC6F2. Grayscale: #5E5E5E. Windows color (decimal): -3852019 or 866757. OLE color: 866757.

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

Color convert

RGB 197 57 13 -
CMYK 0 0.71 0.93 0.23
HSL 14.35º 0.88% 0.41% -
HSV(B) 14.35º 0.93% 0.77% -
XYZ 24.56 14.83 1.95 -
YUV 93.84 82.38 201.58 -
System Red Green Blue C M Y K H S L
Decimal 197 57 13 0 0.71 0.93 0.23 14.35 0.88 0.41
Hex C5 39 D 0 47 5D 17 E 58 29
Octal 305 71 15 0 107 135 27 16 130 51
Binary 11000101 111001 1101 0 1000111 1011101 10111 1110 1011000 101001

Color Harmonies of #C5390D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5390D

Black with #C5390D

Text Example


Text Example

White with #C5390D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5390D; }

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

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

background-color css

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

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

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

border-color css

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

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

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