Html Css Color HEX #C54017 Harley Davidson Orange

📋 copy color: '#C54017'

red 197 ◦ green 64 ◦ blue 23

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

Shades of Harley Davidson Orange #C54017

Tints of Harley Davidson Orange #C54017

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 8.1%

R = 69.37%
G = 22.54%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C54017 (or 0xC54017) is known color: Harley Davidson Orange. HEX triplet: C5, 40 and 17. RGB value is (197,64,23). Sum of RGB (Red+Green+Blue) = 197+64+23=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 23 (9.38% from 255 or 8.10% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C54017 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54017 is #3ABFE8. Grayscale: #636363. Windows color (decimal): -3850217 or 1523909. OLE color: 1523909.

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

Color convert

RGB 197 64 23 -
CMYK 0 0.68 0.88 0.23
HSL 14.14º 0.79% 0.43% -
HSV(B) 14.14º 0.88% 0.77% -
XYZ 25.01 15.6 2.5 -
YUV 99.09 85.06 197.83 -
System Red Green Blue C M Y K H S L
Decimal 197 64 23 0 0.68 0.88 0.23 14.14 0.79 0.43
Hex C5 40 17 0 44 58 17 E 4F 2B
Octal 305 100 27 0 104 130 27 16 117 53
Binary 11000101 1000000 10111 0 1000100 1011000 10111 1110 1001111 101011

Color Harmonies of #C54017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54017

Black with #C54017

Text Example


Text Example

White with #C54017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54017; }

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

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

background-color css

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

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

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

border-color css

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

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

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