Html Css Color HEX #C5320B Harley Davidson Orange

📋 copy color: '#C5320B'

red 197 ◦ green 50 ◦ blue 11

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

Shades of Harley Davidson Orange #C5320B

Tints of Harley Davidson Orange #C5320B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.26%

R = 76.36%
G = 19.38%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C5320B (or 0xC5320B) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 0B. RGB value is (197,50,11). Sum of RGB (Red+Green+Blue) = 197+50+11=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 50 (19.92% from 255 or 19.38% from 258); Blue value is 11 (4.69% from 255 or 4.26% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C5320B is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5320B is #3ACDF4. Grayscale: #595959. Windows color (decimal): -3853813 or 733893. OLE color: 733893.

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

Color convert

RGB 197 50 11 -
CMYK 0 0.75 0.94 0.23
HSL 12.58º 0.89% 0.41% -
HSV(B) 12.58º 0.94% 0.77% -
XYZ 24.23 14.18 1.78 -
YUV 89.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 197 50 11 0 0.75 0.94 0.23 12.58 0.89 0.41
Hex C5 32 B 0 4B 5E 17 D 59 29
Octal 305 62 13 0 113 136 27 15 131 51
Binary 11000101 110010 1011 0 1001011 1011110 10111 1101 1011001 101001

Color Harmonies of #C5320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5320B

Black with #C5320B

Text Example


Text Example

White with #C5320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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