Html Css Color HEX #C5390F Harley Davidson Orange

📋 copy color: '#C5390F'

red 197 ◦ green 57 ◦ blue 15

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

Shades of Harley Davidson Orange #C5390F

Tints of Harley Davidson Orange #C5390F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 5.58%

R = 73.23%
G = 21.19%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5390F (or 0xC5390F) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 0F. RGB value is (197,57,15). Sum of RGB (Red+Green+Blue) = 197+57+15=269 (35% of max value = 765). Red value is 197 (77.34% from 255 or 73.23% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 15 (6.25% from 255 or 5.58% from 269); Max value from RGB is 197 - color contains mainly: red. Hex color #C5390F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5390F is #3AC6F0. Grayscale: #5E5E5E. Windows color (decimal): -3852017 or 997829. OLE color: 997829.

HSL color Cylindrical-coordinate representation of color #C5390F: hue angle of 13.85º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5390F is Cyan = 0, Magento = 0.71, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 57 15 -
CMYK 0 0.71 0.92 0.23
HSL 13.85º 0.86% 0.42% -
HSV(B) 13.85º 0.92% 0.77% -
XYZ 24.58 14.83 2.02 -
YUV 94.07 83.38 201.42 -
System Red Green Blue C M Y K H S L
Decimal 197 57 15 0 0.71 0.92 0.23 13.85 0.86 0.42
Hex C5 39 F 0 47 5C 17 E 56 2A
Octal 305 71 17 0 107 134 27 16 126 52
Binary 11000101 111001 1111 0 1000111 1011100 10111 1110 1010110 101010

Color Harmonies of #C5390F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5390F

Black with #C5390F

Text Example


Text Example

White with #C5390F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5390F; }

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

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

background-color css

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

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

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

border-color css

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

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

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