Html Css Color HEX #C54015 Harley Davidson Orange

📋 copy color: '#C54015'

red 197 ◦ green 64 ◦ blue 21

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

Shades of Harley Davidson Orange #C54015

Tints of Harley Davidson Orange #C54015

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.7%

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

R = 69.86%
G = 22.7%
B = 7.45%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.89

 K value IS 0.23

RGB Variations

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

Color information

#C54015 (or 0xC54015) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 15. RGB value is (197,64,21). Sum of RGB (Red+Green+Blue) = 197+64+21=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 64 (25.39% from 255 or 22.70% from 282); Blue value is 21 (8.59% from 255 or 7.45% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C54015 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54015 is #3ABFEA. Grayscale: #636363. Windows color (decimal): -3850219 or 1392837. OLE color: 1392837.

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

Color convert

RGB 197 64 21 -
CMYK 0 0.68 0.89 0.23
HSL 14.66º 0.81% 0.43% -
HSV(B) 14.66º 0.89% 0.77% -
XYZ 24.99 15.59 2.4 -
YUV 98.87 84.06 198 -
System Red Green Blue C M Y K H S L
Decimal 197 64 21 0 0.68 0.89 0.23 14.66 0.81 0.43
Hex C5 40 15 0 44 59 17 F 51 2B
Octal 305 100 25 0 104 131 27 17 121 53
Binary 11000101 1000000 10101 0 1000100 1011001 10111 1111 1010001 101011

Color Harmonies of #C54015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54015

Black with #C54015

Text Example


Text Example

White with #C54015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54015; }

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

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

background-color css

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

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

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

border-color css

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

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

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