Html Css Color HEX #C53205 Harley Davidson Orange

📋 copy color: '#C53205'

red 197 ◦ green 50 ◦ blue 5

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

Shades of Harley Davidson Orange #C53205

Tints of Harley Davidson Orange #C53205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.98%

R = 78.17%
G = 19.84%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53205 (or 0xC53205) is known color: Harley Davidson Orange. HEX triplet: C5, 32 and 05. RGB value is (197,50,5). Sum of RGB (Red+Green+Blue) = 197+50+5=252 (33% of max value = 765). Red value is 197 (77.34% from 255 or 78.17% from 252); Green value is 50 (19.92% from 255 or 19.84% from 252); Blue value is 5 (2.34% from 255 or 1.98% from 252); Max value from RGB is 197 - color contains mainly: red. Hex color #C53205 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53205 is #3ACDFA. Grayscale: #595959. Windows color (decimal): -3853819 or 340677. OLE color: 340677.

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

Color convert

RGB 197 50 5 -
CMYK 0 0.75 0.97 0.23
HSL 14.06º 0.95% 0.4% -
HSV(B) 14.06º 0.97% 0.77% -
XYZ 24.19 14.16 1.6 -
YUV 88.82 80.7 205.16 -
System Red Green Blue C M Y K H S L
Decimal 197 50 5 0 0.75 0.97 0.23 14.06 0.95 0.4
Hex C5 32 5 0 4B 61 17 E 5F 28
Octal 305 62 5 0 113 141 27 16 137 50
Binary 11000101 110010 101 0 1001011 1100001 10111 1110 1011111 101000

Color Harmonies of #C53205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53205

Black with #C53205

Text Example


Text Example

White with #C53205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53205; }

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

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

background-color css

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

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

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

border-color css

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

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

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