Html Css Color HEX #C54320 Harley Davidson Orange

📋 copy color: '#C54320'

red 197 ◦ green 67 ◦ blue 32

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

Shades of Harley Davidson Orange #C54320

Tints of Harley Davidson Orange #C54320

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.64%

 BLUE value IS 32 (12.89% from 255) = 10.81%

R = 66.55%
G = 22.64%
B = 10.81%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.84

 K value IS 0.23

RGB Variations

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

Color information

#C54320 (or 0xC54320) is known color: Harley Davidson Orange. HEX triplet: C5, 43 and 20. RGB value is (197,67,32). Sum of RGB (Red+Green+Blue) = 197+67+32=296 (39% of max value = 765). Red value is 197 (77.34% from 255 or 66.55% from 296); Green value is 67 (26.56% from 255 or 22.64% from 296); Blue value is 32 (12.89% from 255 or 10.81% from 296); Max value from RGB is 197 - color contains mainly: red. Hex color #C54320 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C54320 is #3ABCDF. Grayscale: #666666. Windows color (decimal): -3849440 or 2114501. OLE color: 2114501.

HSL color Cylindrical-coordinate representation of color #C54320: hue angle of 12.73º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C54320 is Cyan = 0, Magento = 0.66, Yellow = 0.84 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 67 32 -
CMYK 0 0.66 0.84 0.23
HSL 12.73º 0.72% 0.45% -
HSV(B) 12.73º 0.84% 0.77% -
XYZ 25.29 15.99 3.12 -
YUV 101.88 88.57 195.85 -
System Red Green Blue C M Y K H S L
Decimal 197 67 32 0 0.66 0.84 0.23 12.73 0.72 0.45
Hex C5 43 20 0 42 54 17 D 48 2D
Octal 305 103 40 0 102 124 27 15 110 55
Binary 11000101 1000011 100000 0 1000010 1010100 10111 1101 1001000 101101

Color Harmonies of #C54320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54320

Black with #C54320

Text Example


Text Example

White with #C54320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54320; }

 p { color: rgb(197,67,32); }

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

background-color css

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

 a { background-color: rgb(197,67,32); }

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

border-color css

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

 span { border-color: rgb(197,67,32); }

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