Html Css Color HEX #C53713 Harley Davidson Orange

📋 copy color: '#C53713'

red 197 ◦ green 55 ◦ blue 19

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

Shades of Harley Davidson Orange #C53713

Tints of Harley Davidson Orange #C53713

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.3%

 BLUE value IS 19 (7.81% from 255) = 7.01%

R = 72.69%
G = 20.3%
B = 7.01%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C53713 (or 0xC53713) is known color: Harley Davidson Orange. HEX triplet: C5, 37 and 13. RGB value is (197,55,19). Sum of RGB (Red+Green+Blue) = 197+55+19=271 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.69% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 19 (7.81% from 255 or 7.01% from 271); Max value from RGB is 197 - color contains mainly: red. Hex color #C53713 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53713 is #3AC8EC. Grayscale: #5D5D5D. Windows color (decimal): -3852525 or 1259461. OLE color: 1259461.

HSL color Cylindrical-coordinate representation of color #C53713: hue angle of 12.13º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C53713 is Cyan = 0, Magento = 0.72, Yellow = 0.90 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 55 19 -
CMYK 0 0.72 0.90 0.23
HSL 12.13º 0.82% 0.42% -
HSV(B) 12.13º 0.9% 0.77% -
XYZ 24.51 14.65 2.15 -
YUV 93.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 197 55 19 0 0.72 0.90 0.23 12.13 0.82 0.42
Hex C5 37 13 0 48 5A 17 C 52 2A
Octal 305 67 23 0 110 132 27 14 122 52
Binary 11000101 110111 10011 0 1001000 1011010 10111 1100 1010010 101010

Color Harmonies of #C53713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53713

Black with #C53713

Text Example


Text Example

White with #C53713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53713; }

 p { color: rgb(197,55,19); }

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

background-color css

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

 a { background-color: rgb(197,55,19); }

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

border-color css

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

 span { border-color: rgb(197,55,19); }

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