Html Css Color HEX #C53014 Harley Davidson Orange

📋 copy color: '#C53014'

red 197 ◦ green 48 ◦ blue 20

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

Shades of Harley Davidson Orange #C53014

Tints of Harley Davidson Orange #C53014

RGB

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

 GREEN value IS 48 (19.14% from 255) = 18.11%

 BLUE value IS 20 (8.2% from 255) = 7.55%

R = 74.34%
G = 18.11%
B = 7.55%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.23

RGB Variations

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

Color information

#C53014 (or 0xC53014) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 14. RGB value is (197,48,20). Sum of RGB (Red+Green+Blue) = 197+48+20=265 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.34% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 20 (8.20% from 255 or 7.55% from 265); Max value from RGB is 197 - color contains mainly: red. Hex color #C53014 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53014 is #3ACFEB. Grayscale: #595959. Windows color (decimal): -3854316 or 1323205. OLE color: 1323205.

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

Color convert

RGB 197 48 20 -
CMYK 0 0.76 0.90 0.23
HSL 9.49º 0.82% 0.43% -
HSV(B) 9.49º 0.9% 0.77% -
XYZ 24.21 14.03 2.09 -
YUV 89.36 88.86 204.78 -
System Red Green Blue C M Y K H S L
Decimal 197 48 20 0 0.76 0.90 0.23 9.49 0.82 0.43
Hex C5 30 14 0 4C 5A 17 9 52 2B
Octal 305 60 24 0 114 132 27 11 122 53
Binary 11000101 110000 10100 0 1001100 1011010 10111 1001 1010010 101011

Color Harmonies of #C53014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53014

Black with #C53014

Text Example


Text Example

White with #C53014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53014; }

 p { color: rgb(197,48,20); }

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

background-color css

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

 a { background-color: rgb(197,48,20); }

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

border-color css

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

 span { border-color: rgb(197,48,20); }

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