Html Css Color HEX #C5200D Harley Davidson Orange

📋 copy color: '#C5200D'

red 197 ◦ green 32 ◦ blue 13

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

Shades of Harley Davidson Orange #C5200D

Tints of Harley Davidson Orange #C5200D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.37%

R = 81.4%
G = 13.22%
B = 5.37%

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

#C5200D (or 0xC5200D) is known color: Harley Davidson Orange. HEX triplet: C5, 20 and 0D. RGB value is (197,32,13). Sum of RGB (Red+Green+Blue) = 197+32+13=242 (32% of max value = 765). Red value is 197 (77.34% from 255 or 81.40% from 242); Green value is 32 (12.89% from 255 or 13.22% from 242); Blue value is 13 (5.47% from 255 or 5.37% from 242); Max value from RGB is 197 - color contains mainly: red. Hex color #C5200D is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C5200D is #3ADFF2. Grayscale: #4F4F4F. Windows color (decimal): -3858419 or 860357. OLE color: 860357.

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

Color convert

RGB 197 32 13 -
CMYK 0 0.84 0.93 0.23
HSL 6.2º 0.88% 0.41% -
HSV(B) 6.2º 0.93% 0.77% -
XYZ 23.62 12.93 1.63 -
YUV 79.17 90.66 212.04 -
System Red Green Blue C M Y K H S L
Decimal 197 32 13 0 0.84 0.93 0.23 6.2 0.88 0.41
Hex C5 20 D 0 54 5D 17 6 58 29
Octal 305 40 15 0 124 135 27 6 130 51
Binary 11000101 100000 1101 0 1010100 1011101 10111 110 1011000 101001

Color Harmonies of #C5200D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5200D

Black with #C5200D

Text Example


Text Example

White with #C5200D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5200D; }

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

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

background-color css

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

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

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

border-color css

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

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

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