Html Css Color HEX #C5200E Harley Davidson Orange

📋 copy color: '#C5200E'

red 197 ◦ green 32 ◦ blue 14

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

Shades of Harley Davidson Orange #C5200E

Tints of Harley Davidson Orange #C5200E

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.17%

 BLUE value IS 14 (5.86% from 255) = 5.76%

R = 81.07%
G = 13.17%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C5200E (or 0xC5200E) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 0E. RGB value is (197,32,14). Sum of RGB (Red+Green+Blue) = 197+32+14=243 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.07% from 243); Green value is 32 (12.89% from 255 or 13.17% from 243); Blue value is 14 (5.86% from 255 or 5.76% from 243); Max value from RGB is 197 - color contains mainly: red. Hex color #C5200E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5200E is #3ADFF1. Grayscale: #4F4F4F. Windows color (decimal): -3858418 or 925893. OLE color: 925893.

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

Color convert

RGB 197 32 14 -
CMYK 0 0.84 0.93 0.23
HSL 5.9º 0.87% 0.41% -
HSV(B) 5.9º 0.93% 0.77% -
XYZ 23.62 12.94 1.67 -
YUV 79.28 91.16 211.96 -
System Red Green Blue C M Y K H S L
Decimal 197 32 14 0 0.84 0.93 0.23 5.9 0.87 0.41
Hex C5 20 E 0 54 5D 17 6 57 29
Octal 305 40 16 0 124 135 27 6 127 51
Binary 11000101 100000 1110 0 1010100 1011101 10111 110 1010111 101001

Color Harmonies of #C5200E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5200E

Black with #C5200E

Text Example


Text Example

White with #C5200E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5200E; }

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

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

background-color css

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

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

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

border-color css

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

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

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