Html Css Color HEX #C5340F Harley Davidson Orange

📋 copy color: '#C5340F'

red 197 ◦ green 52 ◦ blue 15

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

Shades of Harley Davidson Orange #C5340F

Tints of Harley Davidson Orange #C5340F

RGB

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

 GREEN value IS 52 (20.7% from 255) = 19.7%

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

R = 74.62%
G = 19.7%
B = 5.68%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.92

 K value IS 0.23

RGB Variations

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

Color information

#C5340F (or 0xC5340F) is known color: Harley Davidson Orange. HEX triplet: C5, 34 and 0F. RGB value is (197,52,15). Sum of RGB (Red+Green+Blue) = 197+52+15=264 (34% of max value = 765). Red value is 197 (77.34% from 255 or 74.62% from 264); Green value is 52 (20.70% from 255 or 19.70% from 264); Blue value is 15 (6.25% from 255 or 5.68% from 264); Max value from RGB is 197 - color contains mainly: red. Hex color #C5340F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5340F is #3ACBF0. Grayscale: #5B5B5B. Windows color (decimal): -3853297 or 996549. OLE color: 996549.

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

Color convert

RGB 197 52 15 -
CMYK 0 0.74 0.92 0.23
HSL 12.2º 0.86% 0.42% -
HSV(B) 12.2º 0.92% 0.77% -
XYZ 24.34 14.36 1.94 -
YUV 91.14 85.04 203.51 -
System Red Green Blue C M Y K H S L
Decimal 197 52 15 0 0.74 0.92 0.23 12.2 0.86 0.42
Hex C5 34 F 0 4A 5C 17 C 56 2A
Octal 305 64 17 0 112 134 27 14 126 52
Binary 11000101 110100 1111 0 1001010 1011100 10111 1100 1010110 101010

Color Harmonies of #C5340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5340F

Black with #C5340F

Text Example


Text Example

White with #C5340F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5340F; }

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

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

background-color css

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

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

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

border-color css

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

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

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