Html Css Color HEX #C53805 Harley Davidson Orange

📋 copy color: '#C53805'

red 197 ◦ green 56 ◦ blue 5

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

Shades of Harley Davidson Orange #C53805

Tints of Harley Davidson Orange #C53805

RGB

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

 GREEN value IS 56 (22.27% from 255) = 21.71%

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

R = 76.36%
G = 21.71%
B = 1.94%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53805 (or 0xC53805) is known color: Harley Davidson Orange. HEX triplet: C5, 38 and 05. RGB value is (197,56,5). Sum of RGB (Red+Green+Blue) = 197+56+5=258 (34% of max value = 765). Red value is 197 (77.34% from 255 or 76.36% from 258); Green value is 56 (22.27% from 255 or 21.71% from 258); Blue value is 5 (2.34% from 255 or 1.94% from 258); Max value from RGB is 197 - color contains mainly: red. Hex color #C53805 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53805 is #3AC7FA. Grayscale: #5C5C5C. Windows color (decimal): -3852283 or 342213. OLE color: 342213.

HSL color Cylindrical-coordinate representation of color #C53805: hue angle of 15.94º 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 #C53805 is Cyan = 0, Magento = 0.72, Yellow = 0.97 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 56 5 -
CMYK 0 0.72 0.97 0.23
HSL 15.94º 0.95% 0.4% -
HSV(B) 15.94º 0.97% 0.77% -
XYZ 24.47 14.71 1.69 -
YUV 92.35 78.71 202.65 -
System Red Green Blue C M Y K H S L
Decimal 197 56 5 0 0.72 0.97 0.23 15.94 0.95 0.4
Hex C5 38 5 0 48 61 17 10 5F 28
Octal 305 70 5 0 110 141 27 20 137 50
Binary 11000101 111000 101 0 1001000 1100001 10111 10000 1011111 101000

Color Harmonies of #C53805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53805

Black with #C53805

Text Example


Text Example

White with #C53805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53805; }

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

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

background-color css

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

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

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

border-color css

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

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

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