Html Css Color HEX #C53613 Harley Davidson Orange

📋 copy color: '#C53613'

red 197 ◦ green 54 ◦ blue 19

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

Shades of Harley Davidson Orange #C53613

Tints of Harley Davidson Orange #C53613

RGB

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

 GREEN value IS 54 (21.48% from 255) = 20%

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

R = 72.96%
G = 20%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C53613 (or 0xC53613) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 13. RGB value is (197,54,19). Sum of RGB (Red+Green+Blue) = 197+54+19=270 (35% of max value = 765). Red value is 197 (77.34% from 255 or 72.96% from 270); Green value is 54 (21.48% from 255 or 20% from 270); Blue value is 19 (7.81% from 255 or 7.04% from 270); Max value from RGB is 197 - color contains mainly: red. Hex color #C53613 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53613 is #3AC9EC. Grayscale: #5D5D5D. Windows color (decimal): -3852781 or 1259205. OLE color: 1259205.

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

Color convert

RGB 197 54 19 -
CMYK 0 0.73 0.90 0.23
HSL 11.8º 0.82% 0.42% -
HSV(B) 11.8º 0.9% 0.77% -
XYZ 24.46 14.56 2.14 -
YUV 92.77 86.38 202.35 -
System Red Green Blue C M Y K H S L
Decimal 197 54 19 0 0.73 0.90 0.23 11.8 0.82 0.42
Hex C5 36 13 0 49 5A 17 C 52 2A
Octal 305 66 23 0 111 132 27 14 122 52
Binary 11000101 110110 10011 0 1001001 1011010 10111 1100 1010010 101010

Color Harmonies of #C53613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53613

Black with #C53613

Text Example


Text Example

White with #C53613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53613; }

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

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

background-color css

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

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

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

border-color css

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

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

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