Html Css Color HEX #C5390A Harley Davidson Orange

📋 copy color: '#C5390A'

red 197 ◦ green 57 ◦ blue 10

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

Shades of Harley Davidson Orange #C5390A

Tints of Harley Davidson Orange #C5390A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.79%

R = 74.62%
G = 21.59%
B = 3.79%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C5390A (or 0xC5390A) is known color: Harley Davidson Orange. HEX triplet: C5, 39 and 0A. RGB value is (197,57,10). Sum of RGB (Red+Green+Blue) = 197+57+10=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 57 (22.66% from 255 or 21.59% from 264); Blue value is 10 (4.30% from 255 or 3.79% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5390A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5390A is #3AC6F5. Grayscale: #5D5D5D. Windows color (decimal): -3852022 or 670149. OLE color: 670149.

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

Color convert

RGB 197 57 10 -
CMYK 0 0.71 0.95 0.23
HSL 15.08º 0.9% 0.41% -
HSV(B) 15.08º 0.95% 0.77% -
XYZ 24.54 14.82 1.85 -
YUV 93.5 80.88 201.82 -
System Red Green Blue C M Y K H S L
Decimal 197 57 10 0 0.71 0.95 0.23 15.08 0.9 0.41
Hex C5 39 A 0 47 5F 17 F 5A 29
Octal 305 71 12 0 107 137 27 17 132 51
Binary 11000101 111001 1010 0 1000111 1011111 10111 1111 1011010 101001

Color Harmonies of #C5390A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5390A

Black with #C5390A

Text Example


Text Example

White with #C5390A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5390A; }

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

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

background-color css

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

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

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

border-color css

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

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

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