Html Css Color HEX #C5321D Harley Davidson Orange

📋 copy color: '#C5321D'

red 197 ◦ green 50 ◦ blue 29

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

Shades of Harley Davidson Orange #C5321D

Tints of Harley Davidson Orange #C5321D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 18.12%

 BLUE value IS 29 (11.72% from 255) = 10.51%

R = 71.38%
G = 18.12%
B = 10.51%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5321D (or 0xC5321D) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 1D. RGB value is (197,50,29). Sum of RGB (Red+Green+Blue) = 197+50+29=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 50 (19.92% from 255 or 18.12% from 276); Blue value is 29 (11.72% from 255 or 10.51% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C5321D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5321D is #3ACDE2. Grayscale: #5B5B5B. Windows color (decimal): -3853795 or 1913541. OLE color: 1913541.

HSL color Cylindrical-coordinate representation of color #C5321D: hue angle of 7.5º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C5321D is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 50 29 -
CMYK 0 0.75 0.85 0.23
HSL 7.5º 0.74% 0.44% -
HSV(B) 7.5º 0.85% 0.77% -
XYZ 24.39 14.24 2.63 -
YUV 91.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 197 50 29 0 0.75 0.85 0.23 7.5 0.74 0.44
Hex C5 32 1D 0 4B 55 17 8 4A 2C
Octal 305 62 35 0 113 125 27 10 112 54
Binary 11000101 110010 11101 0 1001011 1010101 10111 1000 1001010 101100

Color Harmonies of #C5321D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5321D

Black with #C5321D

Text Example


Text Example

White with #C5321D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5321D; }

 p { color: rgb(197,50,29); }

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

background-color css

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

 a { background-color: rgb(197,50,29); }

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

border-color css

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

 span { border-color: rgb(197,50,29); }

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