Html Css Color HEX #C53605 Harley Davidson Orange

📋 copy color: '#C53605'

red 197 ◦ green 54 ◦ blue 5

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

Shades of Harley Davidson Orange #C53605

Tints of Harley Davidson Orange #C53605

RGB

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

 GREEN value IS 54 (21.48% from 255) = 21.09%

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

R = 76.95%
G = 21.09%
B = 1.95%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.97

 K value IS 0.23

RGB Variations

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

Color information

#C53605 (or 0xC53605) is known color: Harley Davidson Orange. HEX triplet: C5, 36 and 05. RGB value is (197,54,5). Sum of RGB (Red+Green+Blue) = 197+54+5=256 (33% of max value = 765). Red value is 197 (77.34% from 255 or 76.95% from 256); Green value is 54 (21.48% from 255 or 21.09% from 256); Blue value is 5 (2.34% from 255 or 1.95% from 256); Max value from RGB is 197 - color contains mainly: red. Hex color #C53605 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C53605 is #3AC9FA. Grayscale: #5B5B5B. Windows color (decimal): -3852795 or 341701. OLE color: 341701.

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

Color convert

RGB 197 54 5 -
CMYK 0 0.73 0.97 0.23
HSL 15.31º 0.95% 0.4% -
HSV(B) 15.31º 0.97% 0.77% -
XYZ 24.37 14.52 1.66 -
YUV 91.17 79.38 203.48 -
System Red Green Blue C M Y K H S L
Decimal 197 54 5 0 0.73 0.97 0.23 15.31 0.95 0.4
Hex C5 36 5 0 49 61 17 F 5F 28
Octal 305 66 5 0 111 141 27 17 137 50
Binary 11000101 110110 101 0 1001001 1100001 10111 1111 1011111 101000

Color Harmonies of #C53605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53605

Black with #C53605

Text Example


Text Example

White with #C53605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53605; }

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

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

background-color css

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

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

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

border-color css

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

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

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