Html Css Color HEX #C53813 Harley Davidson Orange

📋 copy color: '#C53813'

red 197 ◦ green 56 ◦ blue 19

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

Shades of Harley Davidson Orange #C53813

Tints of Harley Davidson Orange #C53813

RGB

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

 GREEN value IS 56 (22.27% from 255) = 20.59%

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

R = 72.43%
G = 20.59%
B = 6.99%

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

#C53813 (or 0xC53813) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 13. RGB value is (197,56,19). Sum of RGB (Red+Green+Blue) = 197+56+19=272 (36% of max value = 765). Red value is 197 (77.34% from 255 or 72.43% from 272); Green value is 56 (22.27% from 255 or 20.59% from 272); Blue value is 19 (7.81% from 255 or 6.99% from 272); Max value from RGB is 197 - color contains mainly: red. Hex color #C53813 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53813 is #3AC7EC. Grayscale: #5E5E5E. Windows color (decimal): -3852269 or 1259717. OLE color: 1259717.

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

Color convert

RGB 197 56 19 -
CMYK 0 0.72 0.90 0.23
HSL 12.47º 0.82% 0.42% -
HSV(B) 12.47º 0.9% 0.77% -
XYZ 24.56 14.75 2.17 -
YUV 93.94 85.71 201.51 -
System Red Green Blue C M Y K H S L
Decimal 197 56 19 0 0.72 0.90 0.23 12.47 0.82 0.42
Hex C5 38 13 0 48 5A 17 C 52 2A
Octal 305 70 23 0 110 132 27 14 122 52
Binary 11000101 111000 10011 0 1001000 1011010 10111 1100 1010010 101010

Color Harmonies of #C53813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53813

Black with #C53813

Text Example


Text Example

White with #C53813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53813; }

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

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

background-color css

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

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

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

border-color css

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

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

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