Html Css Color HEX #C53015 Harley Davidson Orange

📋 copy color: '#C53015'

red 197 ◦ green 48 ◦ blue 21

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

Shades of Harley Davidson Orange #C53015

Tints of Harley Davidson Orange #C53015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 7.89%

R = 74.06%
G = 18.05%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C53015 (or 0xC53015) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 15. RGB value is (197,48,21). Sum of RGB (Red+Green+Blue) = 197+48+21=266 (35% of max value = 765). Red value is 197 (77.34% from 255 or 74.06% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 21 (8.59% from 255 or 7.89% from 266); Max value from RGB is 197 - color contains mainly: red. Hex color #C53015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53015 is #3ACFEA. Grayscale: #595959. Windows color (decimal): -3854315 or 1388741. OLE color: 1388741.

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

Color convert

RGB 197 48 21 -
CMYK 0 0.76 0.89 0.23
HSL 9.2º 0.81% 0.43% -
HSV(B) 9.2º 0.89% 0.77% -
XYZ 24.22 14.04 2.14 -
YUV 89.47 89.36 204.7 -
System Red Green Blue C M Y K H S L
Decimal 197 48 21 0 0.76 0.89 0.23 9.2 0.81 0.43
Hex C5 30 15 0 4C 59 17 9 51 2B
Octal 305 60 25 0 114 131 27 11 121 53
Binary 11000101 110000 10101 0 1001100 1011001 10111 1001 1010001 101011

Color Harmonies of #C53015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53015

Black with #C53015

Text Example


Text Example

White with #C53015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53015; }

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

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

background-color css

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

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

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

border-color css

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

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

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