Html Css Color HEX #C54217 Harley Davidson Orange

📋 copy color: '#C54217'

red 197 ◦ green 66 ◦ blue 23

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

Shades of Harley Davidson Orange #C54217

Tints of Harley Davidson Orange #C54217

RGB

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

 GREEN value IS 66 (26.17% from 255) = 23.08%

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

R = 68.88%
G = 23.08%
B = 8.04%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.23

RGB Variations

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

Color information

#C54217 (or 0xC54217) is known color: Harley Davidson Orange. HEX triplet: C5, 42 and 17. RGB value is (197,66,23). Sum of RGB (Red+Green+Blue) = 197+66+23=286 (37% of max value = 765). Red value is 197 (77.34% from 255 or 68.88% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 23 (9.38% from 255 or 8.04% from 286); Max value from RGB is 197 - color contains mainly: red. Hex color #C54217 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C54217 is #3ABDE8. Grayscale: #646464. Windows color (decimal): -3849705 or 1524421. OLE color: 1524421.

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

Color convert

RGB 197 66 23 -
CMYK 0 0.66 0.88 0.23
HSL 14.83º 0.79% 0.43% -
HSV(B) 14.83º 0.88% 0.77% -
XYZ 25.13 15.83 2.54 -
YUV 100.27 84.4 197 -
System Red Green Blue C M Y K H S L
Decimal 197 66 23 0 0.66 0.88 0.23 14.83 0.79 0.43
Hex C5 42 17 0 42 58 17 F 4F 2B
Octal 305 102 27 0 102 130 27 17 117 53
Binary 11000101 1000010 10111 0 1000010 1011000 10111 1111 1001111 101011

Color Harmonies of #C54217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54217

Black with #C54217

Text Example


Text Example

White with #C54217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54217; }

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

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

background-color css

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

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

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

border-color css

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

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

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