Html Css Color HEX #C5301E Harley Davidson Orange

📋 copy color: '#C5301E'

red 197 ◦ green 48 ◦ blue 30

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

Shades of Harley Davidson Orange #C5301E

Tints of Harley Davidson Orange #C5301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.45%

 BLUE value IS 30 (12.11% from 255) = 10.91%

R = 71.64%
G = 17.45%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C5301E (or 0xC5301E) is known color: Harley Davidson Orange. HEX triplet: C5, 30 and 1E. RGB value is (197,48,30). Sum of RGB (Red+Green+Blue) = 197+48+30=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 48 (19.14% from 255 or 17.45% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C5301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5301E is #3ACFE1. Grayscale: #5A5A5A. Windows color (decimal): -3854306 or 1978565. OLE color: 1978565.

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

Color convert

RGB 197 48 30 -
CMYK 0 0.76 0.85 0.23
HSL 6.47º 0.74% 0.45% -
HSV(B) 6.47º 0.85% 0.77% -
XYZ 24.32 14.08 2.66 -
YUV 90.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 197 48 30 0 0.76 0.85 0.23 6.47 0.74 0.45
Hex C5 30 1E 0 4C 55 17 6 4A 2D
Octal 305 60 36 0 114 125 27 6 112 55
Binary 11000101 110000 11110 0 1001100 1010101 10111 110 1001010 101101

Color Harmonies of #C5301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5301E

Black with #C5301E

Text Example


Text Example

White with #C5301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5301E; }

 p { color: rgb(197,48,30); }

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

background-color css

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

 a { background-color: rgb(197,48,30); }

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

border-color css

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

 span { border-color: rgb(197,48,30); }

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